From 9a518e9daf50a85638cc7287fe5a7576480ffa8c Mon Sep 17 00:00:00 2001 From: Danila Vershinin Date: Sun, 1 Feb 2026 00:59:09 +0800 Subject: [PATCH] Add lastversion to Command-line Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd473c2b7..c41ff6022 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ _Useful CLI-based tools for productivity._ - [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal. - [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line. - [invoke](https://github.com/pyinvoke/invoke) - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. + - [lastversion](https://github.com/dvershinin/lastversion) - A command-line utility to find the latest stable release version of any project. - [pathpicker](https://github.com/facebook/PathPicker) - Select files out of bash output. - [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command. - [tmuxp](https://github.com/tmux-python/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager.