git-bug/commands
Miklos Vajna 626ec9835b webui: allow specifying the initial query
Example use-case: given a github URL in a source code comment or commit
message, one can now run:

git bug webui --query 'metadata:github-url:"https://github.com/author/myproject/issues/42"'

on the commandline to look up the details of that issue on the web ui
quickly, offline.

Fixes <https://github.com/MichaelMure/git-bug/issues/592>.
2021-03-07 14:11:04 +01:00
..
select repo: finish RepoStorage move 2020-12-08 13:07:51 +01:00
add.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_auth_addtoken.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_auth_rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_auth_show.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_auth.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_configure.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_pull.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_push.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
commands.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
comment_add.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
comment.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
deselect.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
env.go repo: finish RepoStorage move 2020-12-08 13:07:51 +01:00
json_common.go bug: harmonize how time are used, fix some issues in command special formats 2020-06-25 23:18:17 +02:00
label_add.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
label_rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
label.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
ls-id.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
ls-labels.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
ls.go Add ability to search by arbitrary metadata 2021-02-21 14:15:50 +01:00
pull.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
push.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
root.go Add the 'rm' command 2020-07-28 14:30:05 +02:00
select.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
show.go Fix 'no description' readability in terminal with bright background 2020-09-27 09:22:34 +02:00
status_close.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
status_open.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
status.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
termui.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
title_edit.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
title.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
user_adopt.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
user_create.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
user_ls.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
user.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
version.go commands: refactor to avoid globals 2020-06-28 18:26:29 +02:00
webui.go webui: allow specifying the initial query 2021-03-07 14:11:04 +01:00