From 61f7af25acb131c4b4f069f011c41f6bf70cd5aa Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 1 Sep 2023 19:35:50 +0200 Subject: [PATCH] Added SAWS and devops category --- README.md | 16 +++++++++++----- data/apps.csv | 3 ++- data/categories.csv | 1 + 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8aa488b..2e655cb 100644 --- a/README.md +++ b/README.md @@ -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. +## 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). + ## 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. diff --git a/data/apps.csv b/data/apps.csv index d637179..a25252d 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -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). diff --git a/data/categories.csv b/data/categories.csv index e14ad83..b0cc8b1 100644 --- a/data/categories.csv +++ b/data/categories.csv @@ -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