Changed category: wtf

pull/29/head
Tullio Facchinetti 8 months ago
parent 0cc2d7088a
commit 991ec9b4cb

@ -50,9 +50,9 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Markdown](#markdown) (11), [Multimedia](#multimedia) (14)
* [Networking](#networking) (38), [Note taking](#note-taking) (21)
* [Office tools](#office) (10), [Online search and resources](#online) (15), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (10), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (45), [Prompts](#prompt) (4)
* [Package managers](#package-manager) (10), [Password managers](#password-manager) (16), [Productivity](#productivity) (10), [Programming](#programming) (45), [Prompts](#prompt) (4)
* [RSS](#rss) (8), [Religion](#religion) (4)
* [Science](#science) (16), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (11), [Sound and music](#music) (36), [System monitoring](#monitor) (46), [System tools](#system) (22)
* [Science](#science) (16), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (11), [Sound and music](#music) (36), [System monitoring](#monitor) (45), [System tools](#system) (22)
* [Terminals](#terminal) (13), [Text processing](#text-processing) (31), [Text search (alternatives to grep)](#text-search) (10), [Text search and replace (alternatives to sed?)](#text-search-replace) (4), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (26), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (33)
* [Versioning](#versioning) (6), [Viewers](#viewers) (19)
@ -1014,6 +1014,7 @@ A set of tools for improving own productivity that do not deserve (at the moment
* [speedread](https://github.com/pasky/speedread) - A simple terminal-based open source Spritz-alike filter that shows input text as a per-word RSVP (rapid serial visual presentation) aligned on optimal reading points.
* [TUI apps](https://github.com/learnbyexample/TUI-apps) - A repository containing a couple of one-script programs, mainly dedicated to training/learning CLI tools such as grep, awk, etc.
* [tuxi](https://github.com/Bugswriter/tuxi) - A CLI tool that scrapes Google search results and SERPs that provides instant and concise answers.
* [wtf](https://github.com/wtfutil/wtf) - The personal information dashboard for your terminal, including todos, calendar, JIRA, etc.
* [zeitkatze](https://github.com/leonmavr/zeitkatze) - Simplest stopwatch in a linux console.
## <a name="programming"></a>Programming
@ -1267,7 +1268,6 @@ Music players.
* [watch](http://www.linfo.org/watch.html) - Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides "diff" functionality to highlight the changing characters between outputs.
* [watcher](https://github.com/sethigeet/watcher) - Watches all the files present in a directory and whenever a file is changed or a file is created/deleted from the directory, it runs a specified command.
* [whowatch](https://www.tecmint.com/whowatch-monitor-linux-users-and-processes-in-real-time/) - Monitor Linux Users and Processes in Real Time.
* [wtf](https://github.com/wtfutil/wtf) - The personal information dashboard for your terminal.
* [ytop](https://github.com/cjbassi/ytop) - TUI system monitor written in Rust.
* [zfxtop](https://github.com/ssleert/zfxtop) - Self described as “fetch top written by bubbletea enjoyer”.

@ -48,7 +48,7 @@ monitor,sysdig,https://www.sysdig.org/,https://github.com/draios/sysdig,"Sysdig
monitor,smem,https://www.selenic.com/smem/,https://selenic.com/repo/smem,"Python program that reports memory usage; it can report the ""proportional set size"" (PSS), a meaningful representation of the amount of memory used by libraries and applications in a virtual memory system; it has built-in chart generation."
monitor,top,,https://gitlab.com/procps-ng/procps,The classical Unix utility that provides a rolling display of top cpu using processes.
monitor,watch,http://www.linfo.org/watch.html,https://gitlab.com/procps-ng/procps/,"Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides ""diff"" functionality to highlight the changing characters between outputs."
monitor,wtf,,https://github.com/wtfutil/wtf,The personal information dashboard for your terminal.
productivity,wtf,,https://github.com/wtfutil/wtf,"The personal information dashboard for your terminal, including todos, calendar, JIRA, etc."
shells,Bash,https://www.gnu.org/software/bash/,https://git.savannah.gnu.org/git/bash.git,(Bourne Again SHell) The most widespread system shell to date.
shells,Fish,https://fishshell.com/,https://github.com/fish-shell/fish-shell,"""A command line shell for the 90s""; focused on user-friendliness, with powerful autosuggestions, colors, ""sane scripting"" (w.r.t. to Bash)."
shells,Zsh,http://www.zsh.org/,https://sourceforge.net/p/zsh/code/ci/master/tree/,Alternative shell designed for interactive use.

1 category name homepage git description
48 monitor smem https://www.selenic.com/smem/ https://selenic.com/repo/smem Python program that reports memory usage; it can report the "proportional set size" (PSS), a meaningful representation of the amount of memory used by libraries and applications in a virtual memory system; it has built-in chart generation.
49 monitor top https://gitlab.com/procps-ng/procps The classical Unix utility that provides a rolling display of top cpu using processes.
50 monitor watch http://www.linfo.org/watch.html https://gitlab.com/procps-ng/procps/ Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides "diff" functionality to highlight the changing characters between outputs.
51 monitor productivity wtf https://github.com/wtfutil/wtf The personal information dashboard for your terminal. The personal information dashboard for your terminal, including todos, calendar, JIRA, etc.
52 shells Bash https://www.gnu.org/software/bash/ https://git.savannah.gnu.org/git/bash.git (Bourne Again SHell) The most widespread system shell to date.
53 shells Fish https://fishshell.com/ https://github.com/fish-shell/fish-shell "A command line shell for the 90s"; focused on user-friendliness, with powerful autosuggestions, colors, "sane scripting" (w.r.t. to Bash).
54 shells Zsh http://www.zsh.org/ https://sourceforge.net/p/zsh/code/ci/master/tree/ Alternative shell designed for interactive use.
Loading…
Cancel
Save