Improve the README's roadmap

This commit is contained in:
Miguel de la Cruz 2020-02-29 17:57:57 +01:00
parent 3534f55202
commit 34f0899a81

View file

@ -44,8 +44,12 @@ Use "campaigner [command] --help" for more information about a command.
- [x] Modify the add command to only act on `stdin`, using the - [x] Modify the add command to only act on `stdin`, using the
`--grep` and `--govet` flags to distinguish how to parse the `--grep` and `--govet` flags to distinguish how to parse the
input. input.
- [ ] Add file only mode to the `add` command.
- [ ] Add file path normalisation to the `add` command.
- [ ] Add `--ag` to the `add` command. - [ ] Add `--ag` to the `add` command.
- [ ] Add the `publish` command. - [ ] Add the `publish` command.
- [ ] Add state management to the tickets and links to the jira - [ ] Add state management to the tickets and links to the jira
issues. issues.
- [ ] Add the `sync` command to synchronize the issue state. - [ ] Add the `sync` command to synchronize the issue state.
- [ ] Add the `filter` command with a button to get context and the
option to add fn name.