add serie
This commit is contained in:
parent
c71c2d4da2
commit
4183941c78
2 changed files with 19 additions and 0 deletions
|
@ -260,6 +260,7 @@ rev: 2024-07-14
|
|||
- [Ansible](../tools/Ansible/Ansible.md)
|
||||
- [Docker](../tools/Docker.md)
|
||||
- [Podman](../tools/Podman.md)
|
||||
- [serie](./cli/serie.md)
|
||||
|
||||
## Media
|
||||
- [yt-dlp](./media/yt-dlp.md)
|
||||
|
|
18
technology/applications/cli/serie.md
Normal file
18
technology/applications/cli/serie.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
obj: application
|
||||
repo: https://github.com/lusingander/serie
|
||||
rev: 2024-10-25
|
||||
---
|
||||
|
||||
# serie
|
||||
A rich git commit graph in your terminal
|
||||
|
||||
## Keybinds
|
||||
|
||||
- `?` - Open help
|
||||
- `Enter` - Show commit details
|
||||
- `Tab` - Open refs list
|
||||
- `/` - Start search
|
||||
- `ESC` - Cancel
|
||||
- `n/N` - Go to next/previous search match
|
||||
- `c/C` - Copy commit short/full hash
|
Loading…
Add table
Reference in a new issue