Added SAWS and devops category

pull/26/head
Tullio Facchinetti 9 months ago
parent 2920df4994
commit 61f7af25ac

@ -32,15 +32,15 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1092**
* Number of categories: **65**.
* Apps/tools covered: **1093**
* Number of categories: **66**.
# Index
* [Anki, decks and flashcards](#flashcard) (6)
* [Backup](#backup) (16)
* [Calculators](#calc) (9), [Chat and instant messaging](#chat) (26), [ChatGPT / AI](#chatgpt) (8), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (18), [Commands cheatsheet and snippets](#cheatsheet) (14), [Conversion](#conversion) (10)
* [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)
* [Data management](#data-management) (24), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (32), [DevOps](#devops) (2), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (17), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (25), [Email](#email) (13)
* [File and file system handling](#file-handling) (19), [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) (7), [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) (43), [Git and accessories](#git) (40), [Graphics](#graphics) (31)
@ -49,7 +49,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Networking](#networking) (32), [Note taking](#note-taking) (20)
* [Office tools](#office) (10), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (41), [Prompts](#prompt) (4)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (33), [System monitoring](#monitor) (40), [System tools](#system) (21)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (33), [System monitoring](#monitor) (40), [System tools](#system) (20)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (37), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (24), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (31)
* [Versioning](#versioning) (6), [Viewers](#viewers) (37)
@ -315,6 +315,13 @@ Tools to manage tabular data files (CSV, xls, database tables, etc.).
* [ytfzf](https://github.com/pystardust/ytfzf) - A POSIX script that helps you find Youtube videos (without API) and opens/downloads them using mpv/youtube-dl.
* [ytmdl](https://github.com/deepjyoti30/ytmdl) - Get songs from Youtube in mp3 format.
## <a name="devops"></a>DevOps
Tools for DevOps tasks.
* [OPS](https://github.com/nanovms/ops) - Ops is a tool for creating and running a [Nanos](https://github.com/nanovms/nanos) unikernel. It is used to package, create, and run your application as a [Nanos](https://github.com/nanovms/nanos) unikernel instance.
* [SAWS](https://github.com/donnemartin/saws) - A supercharged AWS command line interface (CLI).
## <a name="diff"></a>Diff
File and data diffs, more or less “context” or “semantic” aware.
@ -1126,7 +1133,6 @@ Music players.
* [lshw](http://www.ezix.org/project/wiki/HardwareLiSter) - A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc.
* [mackup](https://github.com/lra/mackup) - Keep your application settings in sync (OS X/Linux).
* [Ntfy](https://github.com/dschep/ntfy) - Cross-platform Python utility that enables you to automatically get desktop notifications on demand or when long running commands complete. It can as well send push notifications to your phone once a particular command completes.
* [OPS](https://github.com/nanovms/ops) - Ops is a tool for creating and running a [Nanos](https://github.com/nanovms/nanos) unikernel. It is used to package, create, and run your application as a [Nanos](https://github.com/nanovms/nanos) unikernel instance.
* [pulsemixer](https://github.com/GeorgeFilipkin/pulsemixer) - CLI and curses mixer for PulseAudio.
* [Rumos](https://github.com/octagony/rumos) - CLI utility for controlling screen brightness.
* [sysm](https://github.com/jafarlihi/sysm) - Makes your system play custom sounds when any configured system or external event happens.

@ -1090,4 +1090,5 @@ programming,stepci,,https://github.com/stepci/stepci,Automated API Testing and Q
launcher,foy,,https://github.com/zaaack/foy,"A simple, light-weight, type-friendly and modern task runner for general purpose."
system,viewport-list-cli,,https://github.com/kevva/viewport-list-cli,Return a list of devices and their viewports.
launcher,shell2http,,https://github.com/msoap/shell2http,Executing shell commands via HTTP server.
system,OPS,,https://github.com/nanovms/ops,"Ops is a tool for creating and running a [Nanos](https://github.com/nanovms/nanos) unikernel. It is used to package, create, and run your application as a [Nanos](https://github.com/nanovms/nanos) unikernel instance."
devops,OPS,,https://github.com/nanovms/ops,"Ops is a tool for creating and running a [Nanos](https://github.com/nanovms/nanos) unikernel. It is used to package, create, and run your application as a [Nanos](https://github.com/nanovms/nanos) unikernel instance."
devops,SAWS,,https://github.com/donnemartin/saws,A supercharged AWS command line interface (CLI).

1 category name homepage git description
1090 launcher foy https://github.com/zaaack/foy A simple, light-weight, type-friendly and modern task runner for general purpose.
1091 system viewport-list-cli https://github.com/kevva/viewport-list-cli Return a list of devices and their viewports.
1092 launcher shell2http https://github.com/msoap/shell2http Executing shell commands via HTTP server.
1093 system devops OPS https://github.com/nanovms/ops Ops is a tool for creating and running a [Nanos](https://github.com/nanovms/nanos) unikernel. It is used to package, create, and run your application as a [Nanos](https://github.com/nanovms/nanos) unikernel instance.
1094 devops SAWS https://github.com/donnemartin/saws A supercharged AWS command line interface (CLI).

@ -10,6 +10,7 @@ transfer,Data transfer,
cd,Directory changers (alternatives to cd),Tools for improving the efficiency of directory traversal
chatgpt,ChatGPT / AI,Interfaces and front-ends to GPT engines
copilot,Co-pilot,Using GPT tools to generate commands at the command line
devops,DevOps,Tools for DevOps tasks
diff,Diff,"File and data diffs, more or less “context” or “semantic” aware"
disk-analyzer,Disk usage analyzers,
editors,Editors,Terminal text editors

1 label name description
10 cd Directory changers (alternatives to cd) Tools for improving the efficiency of directory traversal
11 chatgpt ChatGPT / AI Interfaces and front-ends to GPT engines
12 copilot Co-pilot Using GPT tools to generate commands at the command line
13 devops DevOps Tools for DevOps tasks
14 diff Diff File and data diffs, more or less “context” or “semantic” aware
15 disk-analyzer Disk usage analyzers
16 editors Editors Terminal text editors
Loading…
Cancel
Save