Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 121 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "github-cli"
version = "1.12.0"
version = "1.13.0"
edition = "2021"

[dependencies]
Expand All @@ -9,3 +9,4 @@ clap = { version = "4.5.39", features = ["derive"] }
tokio = { version = "1.45.1", features = ["full"] }
rstest = "0.26.1"
paste = "1.0.15"
fzf-wrapped = "0.1.4"
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ github-cli release --help
### issue
- [x] Сделать автораспознование гит репозитория
- [x] Сделать получение всех issues
- [ ] Сделать выбор issue через fzf или аналоги из списка всех issues
- [x] Сделать получение issue
- [x] Сделать выбор issue через fzf из списка всех issues
- [x] Сделать создание issue
- [x] Сделать закрытие issue
- [x] Сделать редактирование issue
Expand Down
Loading