Compare commits

..

2 commits

Author SHA1 Message Date
Justin Garrison
367ee9a718
remove dups I added by accident
Some checks failed
Ruby / build (push) Has been cancelled
2024-08-16 14:20:18 -07:00
Jim Huang
38db147c80
Add slides (#235)
Slides is a terminal-based presentation tool. It allows you to create
a simple markdown file that contains your slides. Additionally, it is
accessible over SSH if hosted on a machine.
2024-08-16 14:17:27 -07:00

View file

@ -118,7 +118,6 @@ List of projects that provide terminal user interfaces
- [terraform-tui](https://github.com/idoavrah/terraform-tui) view and interact with Terraform state - [terraform-tui](https://github.com/idoavrah/terraform-tui) view and interact with Terraform state
- [soft-serve](https://github.com/charmbracelet/soft-serve) A tasty, self-hostable Git server for the command lineicecream - [soft-serve](https://github.com/charmbracelet/soft-serve) A tasty, self-hostable Git server for the command lineicecream
- [tig](https://github.com/jonas/tig) Text-mode interface for git - [tig](https://github.com/jonas/tig) Text-mode interface for git
- [trippy](https://github.com/fujiapple852/trippy) A network diagnostic tool
- [vctui](https://github.com/thebsdbox/vctui) Console interface for vCenter - [vctui](https://github.com/thebsdbox/vctui) Console interface for vCenter
- [violet](https://github.com/braheezy/violet) Colorful TUI frontend to run Vagrant commands - [violet](https://github.com/braheezy/violet) Colorful TUI frontend to run Vagrant commands
--- ---
@ -297,7 +296,6 @@ List of projects that provide terminal user interfaces
- [fzf](https://github.com/junegunn/fzf) A general-purpose command-line fuzzy finder - [fzf](https://github.com/junegunn/fzf) A general-purpose command-line fuzzy finder
- [gdu](https://github.com/dundee/gdu) Fast disk usage analyzer with console interface written in Go - [gdu](https://github.com/dundee/gdu) Fast disk usage analyzer with console interface written in Go
- [gif-for-cli](https://github.com/google/gif-for-cli) Convert a gif into ASCII - [gif-for-cli](https://github.com/google/gif-for-cli) Convert a gif into ASCII
- [gobang](https://github.com/TaKO8Ki/gobang) A cross-platform TUI database management tool written in Rust
- [godap](https://github.com/Macmod/godap) A complete TUI for LDAP written in Golang - [godap](https://github.com/Macmod/godap) A complete TUI for LDAP written in Golang
- [gpg-tui](https://github.com/orhun/gpg-tui) A terminal user interface for GnuPG - [gpg-tui](https://github.com/orhun/gpg-tui) A terminal user interface for GnuPG
- [HumBLE Explorer](https://github.com/koenvervloesem/humble-explorer) A cross-platform, command-line and human-friendly Bluetooth Low Energy scanner - [HumBLE Explorer](https://github.com/koenvervloesem/humble-explorer) A cross-platform, command-line and human-friendly Bluetooth Low Energy scanner
@ -389,6 +387,7 @@ List of projects that provide terminal user interfaces
- [procmux](https://github.com/napisani/procmux) - a TUI for running multiple commands in parallel in easily switchable terminals - [procmux](https://github.com/napisani/procmux) - a TUI for running multiple commands in parallel in easily switchable terminals
- [productivity-timer](https://github.com/h-sifat/productivity-timer) A command line time tracker application with a sleek TUI. - [productivity-timer](https://github.com/h-sifat/productivity-timer) A command line time tracker application with a sleek TUI.
- [sc-im](https://github.com/andmarti1424/sc-im) An ncurses spreadsheet program for terminal. Reignited version of sc - [sc-im](https://github.com/andmarti1424/sc-im) An ncurses spreadsheet program for terminal. Reignited version of sc
- [slides](https://github.com/maaslalani/slides) A terminal based presentation tool, supporting markdown syntax.
- [taskline](https://github.com/perryrh0dan/taskline) Tasks, boards & notes for the command-line habitat - [taskline](https://github.com/perryrh0dan/taskline) Tasks, boards & notes for the command-line habitat
- [taskwarrior-tui](https://github.com/kdheepak/taskwarrior-tui) A Terminal User Interface for Taskwarrior - [taskwarrior-tui](https://github.com/kdheepak/taskwarrior-tui) A Terminal User Interface for Taskwarrior
- [tenere](https://github.com/pythops/tenere) A TUI for ChatGPT written in Rust. - [tenere](https://github.com/pythops/tenere) A TUI for ChatGPT written in Rust.