aboutsummaryrefslogtreecommitdiffstats
path: root/input
Commit message (Collapse)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-182-612/+0
|
* repo: finish RepoStorage moveMichael Muré2020-12-081-16/+20
|
* Fix compile errors on WindowsChristian Schürer-Waldheim2020-02-251-3/+3
|
* Merge pull request #341 from MichaelMure/bridges-default-loginMichael Muré2020-02-231-0/+5
|\ | | | | bridge: record the login used during the configure and use it as default credential
| * bridge: record the login used during the configure and use it as default ↵Michael Muré2020-02-231-0/+5
| | | | | | | | | | | | credential fix #338
* | prompt: minor aspect fixMichael Muré2020-02-231-1/+3
|/
* prompt: minor fixesMichael Muré2020-02-151-3/+3
|
* bridges: more refactor and cleanupMichael Muré2020-02-151-68/+20
|
* bridges: massive refactorMichael Muré2020-02-151-3/+179
| | | | | | - automatic flag validation and warning - generalized prompt - cleanups
* more wipMichael Muré2020-02-081-0/+2
|
* input: better reusable prompt functionsMichael Muré2020-02-081-11/+95
|
* issue 178: fetch the repo dir with rev-parse --git-dirSebastien Devaux2019-08-241-3/+3
| | | | | Since is returns the .git dir directly, it is not more needed to concatenate .git.
* Made requested changesSladyn2019-03-021-0/+1
| | | | Made changes to the doc files and remaining areas which required updation.
* identity: some UX cleanupMichael Muré2019-03-011-3/+3
|
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-011-0/+44
|
* commands: unify the processing from editor/file/stdin for "add" and "comment ↵Michael Muré2018-10-171-2/+32
| | | | | | add" fix #68
* Make addCommentWithEditor accept a preMessageLuke Adams2018-10-041-3/+4
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-6/+6
|
* docs & cleaningMichael Muré2018-09-161-1/+3
|
* input: better help text for the query languageMichael Muré2018-09-151-0/+21
|
* termui: allow to change the bug queryMichael Muré2018-09-111-0/+32
|
* cleanup go importsMichael Muré2018-08-131-2/+3
|
* fix some linting troubleMichael Muré2018-08-131-7/+19
|
* termui: add the previous title in the template when editingMichael Muré2018-08-081-3/+4
|
* termui: implement addComment and setTitleMichael Muré2018-08-021-0/+35
|
* replace strings.Builder with a bytes.Buffer to support go 1.9Michael Muré2018-08-011-8/+8
|
* termui: use the editor to create a new bugMichael Muré2018-07-311-4/+6
|
* cli: rework new and comment command to better use the editorMichael Muré2018-07-311-0/+205
a nice templace is now provided with explanations new: title and message can now be provided from the editor. Title will be the first non-empty line