Skip to content

Commit f80406c

Browse files
authored
add TUI Apps and Games categories with 17 tools (#95)
1 parent 3b9f695 commit f80406c

19 files changed

Lines changed: 206 additions & 0 deletions

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Add your tool entry to the metadata file.
4343
- Cryptography Tools
4444
- Privacy & Anonymity
4545
- Utilities & Dev
46+
- TUI Apps
47+
- Games
4648

4749
---
4850

metadata/metadata.json

Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,6 +1619,210 @@
16191619
"author": "jorexdeveloper",
16201620
"requireRoot": false,
16211621
"publishedAt": "11-02-2026"
1622+
},
1623+
{
1624+
"id": "0136",
1625+
"name": "lf",
1626+
"description": "A terminal file manager written in Go with a focus on performance and customizability.",
1627+
"category": "TUI Apps",
1628+
"install": "pkg install lf",
1629+
"thumbnail": "",
1630+
"repo": "https://github.com/gokcehan/lf",
1631+
"author": "gokcehan",
1632+
"requireRoot": false,
1633+
"publishedAt": "25-03-2026"
1634+
},
1635+
{
1636+
"id": "0137",
1637+
"name": "nnn",
1638+
"description": "A fast, featureful, and minimal terminal file manager with plugin support.",
1639+
"category": "TUI Apps",
1640+
"install": "pkg install nnn",
1641+
"thumbnail": "",
1642+
"repo": "https://github.com/jarun/nnn",
1643+
"author": "jarun",
1644+
"requireRoot": false,
1645+
"publishedAt": "25-03-2026"
1646+
},
1647+
{
1648+
"id": "0138",
1649+
"name": "micro",
1650+
"description": "A modern and intuitive terminal-based text editor with mouse support and syntax highlighting.",
1651+
"category": "TUI Apps",
1652+
"install": "pkg install micro",
1653+
"thumbnail": "",
1654+
"repo": "https://github.com/zyedidia/micro",
1655+
"author": "zyedidia",
1656+
"requireRoot": false,
1657+
"publishedAt": "25-03-2026"
1658+
},
1659+
{
1660+
"id": "0139",
1661+
"name": "cmus",
1662+
"description": "A small, fast, and powerful console music player with support for most audio formats.",
1663+
"category": "TUI Apps",
1664+
"install": "pkg install cmus",
1665+
"thumbnail": "",
1666+
"repo": "https://github.com/cmus/cmus",
1667+
"author": "cmus",
1668+
"requireRoot": false,
1669+
"publishedAt": "25-03-2026"
1670+
},
1671+
{
1672+
"id": "0140",
1673+
"name": "calcurse",
1674+
"description": "A text-based calendar and scheduling application with a customizable interface.",
1675+
"category": "TUI Apps",
1676+
"install": "pkg install calcurse",
1677+
"thumbnail": "",
1678+
"repo": "https://github.com/lfos/calcurse",
1679+
"author": "lfos",
1680+
"requireRoot": false,
1681+
"publishedAt": "25-03-2026"
1682+
},
1683+
{
1684+
"id": "0141",
1685+
"name": "htop",
1686+
"description": "An interactive process viewer with a color display and support for mouse operation.",
1687+
"category": "TUI Apps",
1688+
"install": "pkg install htop",
1689+
"thumbnail": "",
1690+
"repo": "https://github.com/htop-dev/htop",
1691+
"author": "htop-dev",
1692+
"requireRoot": false,
1693+
"publishedAt": "25-03-2026"
1694+
},
1695+
{
1696+
"id": "0142",
1697+
"name": "bat",
1698+
"description": "A cat clone with syntax highlighting, line numbers, and Git integration.",
1699+
"category": "TUI Apps",
1700+
"install": "pkg install bat",
1701+
"thumbnail": "",
1702+
"repo": "https://github.com/sharkdp/bat",
1703+
"author": "sharkdp",
1704+
"requireRoot": false,
1705+
"publishedAt": "25-03-2026"
1706+
},
1707+
{
1708+
"id": "0143",
1709+
"name": "w3m",
1710+
"description": "A text-based web browser and pager that can be used for web scraping and offline reading.",
1711+
"category": "TUI Apps",
1712+
"install": "pkg install w3m",
1713+
"thumbnail": "",
1714+
"repo": "https://github.com/tats/w3m",
1715+
"author": "tats",
1716+
"requireRoot": false,
1717+
"publishedAt": "25-03-2026"
1718+
},
1719+
{
1720+
"id": "0144",
1721+
"name": "newsboat",
1722+
"description": "An RSS and Atom feed reader for the terminal with filtering and scripting support.",
1723+
"category": "TUI Apps",
1724+
"install": "pkg install newsboat",
1725+
"thumbnail": "",
1726+
"repo": "https://github.com/newsboat/newsboat",
1727+
"author": "newsboat",
1728+
"requireRoot": false,
1729+
"publishedAt": "25-03-2026"
1730+
},
1731+
{
1732+
"id": "0145",
1733+
"name": "ranger",
1734+
"description": "A VIM-inspired terminal file manager with a preview pane and VI key bindings.",
1735+
"category": "TUI Apps",
1736+
"install": "pkg install ranger",
1737+
"thumbnail": "",
1738+
"repo": "https://github.com/ranger/ranger",
1739+
"author": "ranger",
1740+
"requireRoot": false,
1741+
"publishedAt": "25-03-2026"
1742+
},
1743+
{
1744+
"id": "0146",
1745+
"name": "fzf",
1746+
"description": "A general-purpose command-line fuzzy finder for files, history, and any list-based input.",
1747+
"category": "TUI Apps",
1748+
"install": "pkg install fzf",
1749+
"thumbnail": "",
1750+
"repo": "https://github.com/junegunn/fzf",
1751+
"author": "junegunn",
1752+
"requireRoot": false,
1753+
"publishedAt": "25-03-2026"
1754+
},
1755+
{
1756+
"id": "0147",
1757+
"name": "moon-buggy",
1758+
"description": "A simple arcade game where you drive a buggy across the moon's surface and jump craters.",
1759+
"category": "Games",
1760+
"install": "pkg install moon-buggy",
1761+
"thumbnail": "",
1762+
"repo": "https://github.com/seehuhn/moon-buggy",
1763+
"author": "seehuhn",
1764+
"requireRoot": false,
1765+
"publishedAt": "25-03-2026"
1766+
},
1767+
{
1768+
"id": "0148",
1769+
"name": "nethack",
1770+
"description": "A classic single-player dungeon exploration roguelike with deep gameplay and permadeath.",
1771+
"category": "Games",
1772+
"install": "pkg install nethack",
1773+
"thumbnail": "",
1774+
"repo": "https://github.com/NetHack/NetHack",
1775+
"author": "NetHack",
1776+
"requireRoot": false,
1777+
"publishedAt": "25-03-2026"
1778+
},
1779+
{
1780+
"id": "0149",
1781+
"name": "angband",
1782+
"description": "A dungeon exploration roguelike set in Tolkien's world where you descend to face Morgoth.",
1783+
"category": "Games",
1784+
"install": "pkg install angband",
1785+
"thumbnail": "",
1786+
"repo": "https://github.com/angband/angband",
1787+
"author": "angband",
1788+
"requireRoot": false,
1789+
"publishedAt": "25-03-2026"
1790+
},
1791+
{
1792+
"id": "0150",
1793+
"name": "nudoku",
1794+
"description": "A ncurses-based sudoku game with three difficulty levels playable entirely in the terminal.",
1795+
"category": "Games",
1796+
"install": "pkg install nudoku",
1797+
"thumbnail": "",
1798+
"repo": "https://github.com/jubalh/nudoku",
1799+
"author": "jubalh",
1800+
"requireRoot": false,
1801+
"publishedAt": "25-03-2026"
1802+
},
1803+
{
1804+
"id": "0151",
1805+
"name": "nsnake",
1806+
"description": "The classic snake game with a textual interface and adjustable speed and board size.",
1807+
"category": "Games",
1808+
"install": "pkg install nsnake",
1809+
"thumbnail": "",
1810+
"repo": "https://github.com/alexdantas/nSnake",
1811+
"author": "alexdantas",
1812+
"requireRoot": false,
1813+
"publishedAt": "25-03-2026"
1814+
},
1815+
{
1816+
"id": "0152",
1817+
"name": "bastet",
1818+
"description": "A Tetris clone with a bastard block-choosing algorithm designed to give you the worst possible pieces.",
1819+
"category": "Games",
1820+
"install": "pkg install bastet",
1821+
"thumbnail": "",
1822+
"repo": "https://github.com/fph/bastet",
1823+
"author": "fph",
1824+
"requireRoot": false,
1825+
"publishedAt": "25-03-2026"
16221826
}
16231827
]
16241828
}

metadata/thumbnail/0136.webp

24.9 KB
Loading

metadata/thumbnail/0137.webp

73.8 KB
Loading

metadata/thumbnail/0138.webp

51.6 KB
Loading

metadata/thumbnail/0139.webp

12.2 KB
Loading

metadata/thumbnail/0140.webp

30.8 KB
Loading

metadata/thumbnail/0141.webp

51.1 KB
Loading

metadata/thumbnail/0142.webp

19 KB
Loading

metadata/thumbnail/0143.webp

73.1 KB
Loading

0 commit comments

Comments
 (0)