Added Frotz

pull/26/head
Tullio Facchinetti 9 months ago
parent cbb36fce5c
commit 5ad1c87cbd

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1059**
* Apps/tools covered: **1060**
* Number of categories: **65**.
# Index
@ -43,7 +43,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Data management](#data-management) (24), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (32), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (17), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (23), [Email](#email) (13)
* [File and file system handling](#file-handling) (17), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (9), [File finding (alternatives to find)](#find) (6), [File listing (alternatives to ls)](#ls) (6), [File manager](#file-manager) (18), [File renamers](#file-renamer) (11), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (27), [Fuzzy finders](#fuzzy-finder) (10)
* [Games](#games) (42), [Git and accessories](#git) (39), [Graphics](#graphics) (29)
* [Games](#games) (43), [Git and accessories](#git) (39), [Graphics](#graphics) (29)
* [History management](#history) (4)
* [Multimedia](#multimedia) (13)
* [Networking](#networking) (31), [Note taking](#note-taking) (20)
@ -594,6 +594,7 @@ Fuzzy finders and generic option pickers.
* [escaping-figures-game-cli](https://github.com/akgondber/escaping-figures-game-cli) - Count figure's occurences in the escaping figures matrix.
* [Flapioca](https://github.com/kbrgl/flapioca) - A Flappy Bird-inspired terminal game written in Go.
* [freesweep](http://www.upl.cs.wisc.edu/~hartmann/sweep/) - A Minesweeper clone for the terminal which allows you to configure settings such as table rows and columns up to 1024x1024!), percentage of bombs, colors and also has a highscores table.
* [Frotz](https://davidgriffith.gitlab.io/frotz/) - Frotz is an interpreter for Infocom games and other Z-machine games.
* [gambit](https://github.com/maaslalani/gambit) - Chess board in your terminal.
* [GameShell](https://github.com/phyver/GameShell) - GameShell was devised as a tool to help university students to engage with a real shell, in a way that encourages learning while also having fun.
* [greed](http://www.catb.org/~esr/greed/) - A game of consumption. Eat as much as you can before munching yourself into a corner.

@ -1058,3 +1058,4 @@ networking,Termshark,https://termshark.io/,https://github.com/gcla/termshark,"A
networking,sngrep,,https://github.com/irontec/sngrep,Ncurses SIP Messages flow viewer.
networking,mtr,,https://github.com/traviscross/mtr,mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
monitor,HyFetch,,https://github.com/hykilpikonna/hyfetch,"A fork of the abandoned [Neofetch](https://github.com/dylanaraps/neofetch), HyFetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice."
games,Frotz,https://davidgriffith.gitlab.io/frotz/,https://gitlab.com/DavidGriffith/frotz,Frotz is an interpreter for Infocom games and other Z-machine games.

1 category name homepage git description
1058 networking sngrep https://github.com/irontec/sngrep Ncurses SIP Messages flow viewer.
1059 networking mtr https://github.com/traviscross/mtr mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
1060 monitor HyFetch https://github.com/hykilpikonna/hyfetch A fork of the abandoned [Neofetch](https://github.com/dylanaraps/neofetch), HyFetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice.
1061 games Frotz https://davidgriffith.gitlab.io/frotz/ https://gitlab.com/DavidGriffith/frotz Frotz is an interpreter for Infocom games and other Z-machine games.
Loading…
Cancel
Save