From 2920df4994d66bc432855834523b689687c839ff Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 1 Sep 2023 19:31:24 +0200 Subject: [PATCH] Added OPS --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d77a766..8aa488b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1091** +* Apps/tools covered: **1092** * Number of categories: **65**. # Index @@ -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) (20) +* [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) * [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) @@ -1126,6 +1126,7 @@ 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 5e8f37c..d637179 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1090,3 +1090,4 @@ 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."