Commit Graph

252 Commits

Author SHA1 Message Date
Justin Garrison
83df0dadd1
Add carbonyl 2023-09-07 12:52:29 -07:00
Mehmet Mert Gunduz
84dedb73f3
Add wb to the Miscellaneous section. (#150)
* Update README.md

* Alphabetical Order ReCommit
2023-09-05 15:44:32 -07:00
Mohammad Razeghi
950ee749f8
add burf (#149)
* add burf

* fix the placing by alphabetical order
2023-09-05 15:43:28 -07:00
Broderick Westrope
c2593caef2
Add nap (#148) 2023-08-13 18:51:16 -07:00
Mk5
8fcc376eed
fix: typo in Atlassian word (#147) 2023-08-08 10:01:36 -07:00
Justin Garrison
3c35f7ba73
TFTUI and upiano 2023-08-07 21:00:52 -07:00
Justin Garrison
fdbc51166b
Add cnTUI 2023-07-15 22:31:06 -07:00
Justin Garrison
6ba2c78724
Add violet 2023-07-11 21:57:42 -07:00
Justin Garrison
fea883bc2b
rm chkservice
closes #145
2023-06-30 12:29:45 -07:00
Justin Garrison
87dca5ac97
Add ddqa 2023-06-21 08:44:29 -07:00
Josh McKinney
e3396c45e5
Update Ratatui to highlight that it's a Rust crate and deprecate tui-rs (#143)
* Update Ratatui to highlight that it's a Rust crate and deprecate tui-rs

* Update README.md

Co-authored-by: Justin Garrison <justin@linux.com>

---------

Co-authored-by: Justin Garrison <justin@linux.com>
2023-06-08 10:41:47 -07:00
Xithrius
10a68e7f14
Addition of twitch-tui (#144) 2023-06-06 23:21:38 -07:00
Alicia Sykes
ad27aef205
Add AdGuardian Term under Miscellaneous (#142) 2023-06-01 13:54:08 -07:00
IrishMaestro
d3691f1f6e
Add fubar to list of TUIs (#141)
* add fubar

* Update README.md
2023-05-16 23:29:50 -07:00
Coleman McFarland
ee9e7b42f9
Add Profanity XMPP client (#140) 2023-05-16 23:29:40 -07:00
Justin Garrison
80afb3332f
added sshtron 2023-05-16 10:26:10 -07:00
raspbeguy
6b046d123d
add kabmat (#139) 2023-05-08 08:53:51 -07:00
Justin Garrison
dc071130fc
Add frogmouth 2023-05-06 21:22:28 -07:00
Justin Garrison
08bc963ab4
Add irssi
closes #138
2023-04-23 22:25:39 -07:00
Narrat
843a1344e5
Small fixes (#137)
* o got renamed to orbiton

* htop: new development team since 2020

https://github.com/hishamhm/htop/#htop
https://github.com/htop-dev/htop#history
2023-04-13 16:19:19 -07:00
Justin Garrison
43761269e5
add corefreq 2023-04-06 20:27:40 -07:00
Muhammad Sifat Hossain
cfd51b4295
add productivity-timer (#136)
* add productivity-timer

* fix alphabetical order of 'productivity-timer'
2023-04-04 21:59:52 -07:00
Justin Garrison
2ed0c74809
Add draw 2023-04-03 09:47:23 -07:00
Justin Garrison
0f19598ebb
Added soft-serve 2023-04-03 09:44:52 -07:00
Justin Garrison
be257a93ae
Remove duplicate s-tui 2023-03-30 22:32:06 -07:00
Mk5
b2d9cc70f9
Add fjira (#134) 2023-03-30 17:42:03 -07:00
Justin Garrison
a2daeac4c0
Add euporie
closes #133
2023-03-19 19:39:50 -07:00
Justin Garrison
67334d7944
Add ratatui 2023-03-16 22:33:19 -07:00
Justin Garrison
a956b0bdcc
Add s-tui 2023-03-05 08:12:38 -08:00
Ruben Restrepo
fc396556dd
Add runme (#129) 2023-03-03 11:09:12 -08:00
wick3dr0se
06466e3092
add pkm (#126)
A TUI package manager wrapper written in pure BASH
2023-02-21 22:03:48 -08:00
Andrian Budantsov
42f16ae779
Add WG Commander (#130)
* Update README.md

* Update README.md
2023-02-21 22:03:07 -08:00
Ceccopierangiolieugenio
4e3c7eeb66
Add pyTermTk library (#131) 2023-02-21 22:02:41 -08:00
Samuele Facenda
0da26b6929
Add gum (#128) 2023-02-07 20:57:28 -08:00
Jim Huang
8b994b58ff
Add Lanterna (#127)
Lanterna is a Java library allowing you to write easy semi-graphical
user interfaces in a text-only environment, very similar to the C
library curses but with more functionality.

One of the main benefits of lanterna is that it is not dependent on any
native library but runs 100% in pure Java.
2023-01-29 21:41:02 -08:00
Justin Garrison
3ace7e4984
Add nvtop 2023-01-17 10:36:23 -08:00
Ashis Paul
215a7ccdd2
add tview (#124) 2023-01-11 10:32:36 -08:00
wick3dr0se
e798d490f0
Made categories collapsible & added my two TUI projects (#125)
* make sections collapsible

* add snake & fml

snake - a TUI classic snake implementation in pure BASH

fml - a simple TUI file manager writting in BASH
2023-01-11 09:23:16 -08:00
klundry
a20c66c6a1
Add ytfzf (#123) 2023-01-07 21:50:08 -08:00
Jim Huang
9e06d95bf7
Add tty-solitaire (#121)
tty-solitaire is a ncurses -based klondike solitaire game.
2023-01-07 21:37:06 -08:00
muxator
d6a3dccded
vlc: minor additions to the ncurses interface (#118)
* vlc: code-format `vlc --intf ncurses`

* vlc: "ncurses client" -> "ncurses interface"

To the best of my knowledge, VLC can be directly run in ncurses mode, it's not a client talking to a server process.

* vlc: add link to the documentation at https://wiki.videolan.org/Console/

This wiki entry also provides information for other possible TUI interfaces for VLC (rc, ncurses, telnet)
2022-12-29 21:45:11 -08:00
Koen Vervloesem
05cacde597
Add HumBLE Explorer (#119) 2022-12-29 21:44:58 -08:00
Justin Garrison
978cef04ae Updates that close a bunch of stale PRs 2022-12-13 12:45:41 -08:00
Justin Garrison
94409a8773
Remove anchor tags 2022-12-13 12:40:29 -08:00
Justin Garrison
bca5d3e2b7
Remove Games category word 2022-12-13 12:39:01 -08:00
Siavash Askari Nasr
73a0d85b64
Add Raku Wordle game (#62) 2022-12-13 12:38:28 -08:00
Vladislav Botvin
4829fe4895
ytdl-tui TUI for downloading Youtube videos (#117) 2022-12-13 12:33:38 -08:00
Justin Garrison
ed14888a82
update ruby action 2022-12-13 12:33:23 -08:00
Justin Garrison
f3a350bc2c
add eks-node-viewer 2022-12-09 13:33:42 -08:00
Justin Garrison
7ab6ec16bd
Add mpvc
closes #116
2022-12-08 08:14:38 -08:00