Skip to content
Open
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
1 change: 1 addition & 0 deletions data/apps.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1556,6 +1556,7 @@ monitor,tinyfetch,,https://github.com/beucismis/tinyfetch,Python and system info
git,prs,,https://github.com/dhth/prs,Stay updated on PRs without leaving the terminal.,,
file-manager,walk,,https://github.com/antonmedv/walk,Terminal file manager.,,
git,git-bug,,https://github.com/MichaelMure/git-bug,"Distributed, offline-first bug tracker embedded in git, with bridges.",,
git,hug-scm,https://elifarley.github.io/hug-scm/,https://github.com/elifarley/hug-scm.git,"A humane, intuitive CLI for Git and Mercurial. Allows you to focus on your code, not on wrestling with version control.",,
Copy link

Copilot AI Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repository URL includes '.git' suffix which is inconsistent with other entries in the file (e.g., lines 1556-1558). The URL should be 'https://github.com/elifarley/hug-scm' without the '.git' extension.

Suggested change
git,hug-scm,https://elifarley.github.io/hug-scm/,https://github.com/elifarley/hug-scm.git,"A humane, intuitive CLI for Git and Mercurial. Allows you to focus on your code, not on wrestling with version control.",,
git,hug-scm,https://elifarley.github.io/hug-scm/,https://github.com/elifarley/hug-scm,"A humane, intuitive CLI for Git and Mercurial. Allows you to focus on your code, not on wrestling with version control.",,

Copilot uses AI. Check for mistakes.
utility,ProgressLine,,https://github.com/kattouf/ProgressLine,Track commands progress in a compact one-line format.,,
data-management-tabular,tabiew,,https://github.com/shshemi/tabiew,"A lightweight, terminal-based application to view and query delimiter separated value formatted documents, such as CSV or TSV files.",,
typing,tt,,https://github.com/lemnos/tt,A terminal based typing test.,,
Expand Down