From eff1540ca707d84fad42a5b794bd91fce18cd7da Mon Sep 17 00:00:00 2001 From: Alessandro Carbone Date: Fri, 20 Jan 2023 18:39:31 +0100 Subject: [PATCH] Aggiunti ulteriori repository mancanti --- data/apps.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/apps.csv b/data/apps.csv index 4f32863..00fb095 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -62,7 +62,7 @@ system,hstr,,https://github.com/dvorka/hstr,A tool for managing the history; pow system,parallel,https://www.gnu.org/software/parallel/,https://git.savannah.gnu.org/cgit/parallel.git,A shell tool from GNU for executing jobs in parallel using one or more computers; it can split the input and pipe it into commands in parallel. security,cipher,,https://github.com/ash-shell/cipher,An Ash module that makes it easy to perform aes-256-cbc encryption for files and directories. security,hashcat,https://hashcat.net/hashcat/,https://github.com/hashcat/hashcat,"A robust and efficient password cracking tool that can help you recover lost passwords, audit password security, benchmark, or just figure out what data is stored in a hash." -security,encfs,http://www.arg0.net/#!encfs/c1awt,,Encrypted filesystem in user-space based on [FUSE](https://it.wikipedia.org/wiki/FUSE); mounts an encrypted directory into a clear one. +security,encfs,http://www.arg0.net/#!encfs/c1awt,https://github.com/vgough/encfs,Encrypted filesystem in user-space based on [FUSE](https://it.wikipedia.org/wiki/FUSE); mounts an encrypted directory into a clear one. security,LUKS,https://guardianproject.info/code/luks/,https://github.com/guardianproject/luks/wiki,"Hard disk encryption tool; it stores all setup information in the partition header, enabling easy data transport or migration." password-manager,safe.sh,,https://github.com/windowsrefund/safe,"Pure Bash script to manage secure archives; simple and clean; uses [gnugpg](https://gnupg.org/) for encryption/decryption, thus can leverage tools like [GPG Agent](https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG_002dAGENT.html)." password-manager,titan,https://www.byteptr.com/titan/,,"Password management belongs to the command line, deep into the Unix heartland, the shell. Titan is written in C and is available under the MIT license." @@ -75,7 +75,7 @@ organizers,khal,,https://github.com/pimutils/khal,"CLI and terminal calendar pro organizers,ppl addressbook,http://ppladdressbook.org/,,"`ppl` is free software made out of other free software. It's built on top of Ruby and Git, and the completely free vcard address book format." note-taking,kb,,https://github.com/gnebbia/kb,A minimalist knowledge base manager. organizers,khard,,https://github.com/lucc/khard,Console carddav client written in Pyhton. -todo-manager,iKog,https://sites.google.com/site/henspace/ikog/,,"A fully-featured task manager incapsulated within a Python script (just carry around the script to retain all the TODOs). When the script is run, a Python shell is opened, where task-related commands can be entered (ADD, LIST, etc.); a pity that commands are uppercase, which requires the annoying use of the Shift key." +todo-manager,iKog,https://sites.google.com/site/henspace/ikog/,https://github.com/boyska/ikog,"A fully-featured task manager incapsulated within a Python script (just carry around the script to retain all the TODOs). When the script is run, a Python shell is opened, where task-related commands can be entered (ADD, LIST, etc.); a pity that commands are uppercase, which requires the annoying use of the Shift key." todo-manager,Yokadi,https://yokadi.github.io/,https://github.com/agateau/yokadi,Project-based todo manager: every task must be specified with a mandatory project indication. Tasks are stored within a SQLlite DB. Written in Python. organizers,Org mode,http://orgmode.org/,https://git.savannah.gnu.org/cgit/emacs/org-mode.git,"Super-powerful [Emacs](https://www.gnu.org/software/emacs/) plugin to manage outlines with associated timestamps, priorities, labels, etc.; available views grouped by time (agenda), tags, etc.; plain text storage format." organizers,pal,http://palcal.sourceforge.net/,https://sourceforge.net/p/palcal/code/HEAD/tree/,"Calendar program for Unix/Linux systems that can keep track of events; custom, plain text storage format; interesting and fully functional." @@ -84,7 +84,7 @@ todo-manager,TaskWarrior,https://taskwarrior.org/,https://github.com/GothenburgB todo-manager,todo.txt,http://todotxt.org/,https://github.com/todotxt/todo.txt-cli,Minimalistic todo manager that uses a simple plain text file to keep track of items; implemented as a shell script. todo-manager,todolist,http://todolist.site/,,"A minimal clone of [Wunderlist](https://www.wunderlist.com/), with 30% of its features. GTD oriented. It stores the task list in a hidden JSON file in the home directory, making it easy to backup or share them." todo-manager,TuDu,https://code.meskio.net/tudu/,https://github.com/meskio/tudu,"A comand line interface to manage hierarchical todos. Each task has a title, a long text description, a deadline (tudu warns you when the date is close), and a scheduled date. There are categories and priorities." -organizers,Wyrd,http://freecode.com/projects/wyrd/,,Curses front-end for [Remind](https://www.roaringpenguin.com/products/remind) written in OCaml with vertically scrollable time table. +organizers,Wyrd,http://freecode.com/projects/wyrd/,https://gitlab.com/wyrd-calendar/wyrd,Curses front-end for [Remind](https://www.roaringpenguin.com/products/remind) written in OCaml with vertically scrollable time table. productivity,arbtt,http://arbtt.nomeata.de/,https://github.com/nomeata/arbtt,"(automatic, rule-based time tracker) runs in background, collecting information regarding open windows, focussed ones, etc.; it can be configured to display statistics on the collected data, e.g., figuring out the time spent on one specific window." productivity,ledger,http://ledger-cli.org/,https://github.com/ledger/ledger,"A powerful, double-entry accounting system from the command-line; it uses a simple yet powerful text syntax to specify the items to account." calc,Qalculate,https://qalculate.github.io/,https://github.com/Qalculate/libqalculate,"Multi-purpose calculator with customizable functions, units, arbitrary precision, plotting (it includes a GUI)."