Releases: OrkoHunter/keep
Releases · OrkoHunter/keep
2.11
What's Changed
- Typo: fix the link for the edit command by @nfsergiu in #80
- Feat #81: Added index support by @0xrushi in #82
- Update README.md - Command-line Completion by @crpb in #83
- style[readme]: add light logo for dark mode by @muhammedikinci in #86
- add arguments to cmd_new.py to allow no input creation of commands by @crushingCodes in #92
- use terminaltables3, migrate to pyproject.toml by @branchvincent in #95
New Contributors
- @nfsergiu made their first contribution in #80
- @0xrushi made their first contribution in #82
- @crpb made their first contribution in #83
- @muhammedikinci made their first contribution in #86
- @crushingCodes made their first contribution in #92
- @branchvincent made their first contribution in #95
Full Changelog: 2.10.1...2.11
2.10.1
From @rahuliyer95 - Compact output of keep run
and enable piping of output #77
2.10
- Command line completion for
bash
andzsh
. Thanks @rahuliyer95! #61 --no-confirm
or-n
option when withkeep run
to avoid confirmation. Thanks @alexandr-san4ez! #73
2.9
Thank you @ahadafzal for the fixes.
2.8
New Keep release
Added commands github_token
, push
and pull
to backup commands on GitHub gist.
Credits: https://github.com/rahuliyer95
2.6.1
- Fix a bug for large column widths in printing table
2.6
- Use
AsciiTable
ofterminaltables
to support dumb terminals
Local keep without sync
Keep works locally.