diff --git a/README.md b/README.md index 5cc4b98..a8fa39e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1387** +* Apps/tools covered: **1388** * Number of categories: **76**. # Index @@ -23,7 +23,7 @@ Some links are available to [related resources](#resources). * [History management](#history) (4) * [Markdown](#markdown) (11) * [Networking](#networking) (57), [Note taking](#note-taking) (22) -* [Office tools](#office) (14), [Online search and resources](#online) (17), [Organizers and calendars](#organizers) (22) +* [Office tools](#office) (15), [Online search and resources](#online) (17), [Organizers and calendars](#organizers) (22) * [Package managers](#package-manager) (15), [Password managers](#password-manager) (18), [Pastebin](#pastebin) (3), [Process viewers and monitoring (alternatives to top)](#monitor-top) (25), [Productivity](#productivity) (10), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (36), [Prompts](#prompt) (4) * [RSS](#rss) (10), [Religion](#religion) (4) * [Science](#science) (19), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (31), [Shells](#shells) (14), [Sound and music](#music) (46), [System monitoring](#monitor) (27), [System tools](#system) (24) @@ -1005,6 +1005,7 @@ Programs to manage spreadsheets and to make presentations. * [patat](https://github.com/jaspervdj/patat) - Terminal-based presentations using Pandoc. * [PDFtk](https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/) - PDFtk is a simple tool for doing everyday things with PDF documents. * [presenterm](https://github.com/mfontanini/presenterm) - A terminal slideshow tool. +* [pysentation](https://github.com/mimseyedi/pysentation) - pysentation is a CLI for displaying Python presentations. * [qpdf](https://github.com/qpdf/qpdf) - QPDF: A content-preserving PDF document transformer that allows to perform several types of operations on PDF files, such as splitting, merging, etc. * [sc-im](https://github.com/andmarti1424/sc-im) - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal. It is rich in functionalities, but the syntax of functions and other details are different from the common spreadsheets such as Excel and Calc, making difficult to "re-cycle" existing knowledge on these programs to work proficiently with sc-im. Neverthless, a nice piece of software." * [sent](https://tools.suckless.org/sent/) - Simple plaintext presentation tool. diff --git a/data/apps.csv b/data/apps.csv index 75c92ad..4eeb247 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1386,3 +1386,4 @@ file-handling,ouch,,https://github.com/ouch-org/ouch,Painless compression and de editors,ox,,https://github.com/curlpipe/ox,An independent Rust text editor. office,patat,,https://github.com/jaspervdj/patat,Terminal-based presentations using Pandoc. devops,planor,,https://github.com/mrusme/planor,"The Cloud Aviator: TUI client for cloud services (AWS, Vultr, Heroku, Render.com, Fleek, ...)." +office,pysentation,,https://github.com/mimseyedi/pysentation,pysentation is a CLI for displaying Python presentations.