From 5826902fcf153a52f8fc317ee95356abb155d148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Henrique?= <87824454+vitorhcl@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:10:34 -0300 Subject: [PATCH] Add missing double quotes --- data/apps.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/apps.csv b/data/apps.csv index f5629f5..6ea0b0c 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -492,7 +492,7 @@ editors,zee,,https://github.com/zee-editor/zee,"Zee is a modern editor for the t file-watch,watcher,,https://github.com/sethigeet/watcher,"Watches all the files present in a directory and whenever a file is changed or a file is created/deleted from the directory, it runs a specified command." rm,RecoverPy,,https://github.com/PabloLec/RecoverPy,"Recover deleted files and overwritten data. It scans every block of the partition. You can even find a string in binary files." file-handling,file-type-cli,,https://github.com/sindresorhus/file-type-cli,Detect the file type of a file or stdin. -rm,trash-cli,,https://github.com/sindresorhus/trash-cli,Move files and folders to the trash on Linux (XDG trash), macOS (`macos-trash` library) and Windows (`recycle-bin` library). +rm,trash-cli,,https://github.com/sindresorhus/trash-cli,"Move files and folders to the trash on Linux (XDG trash), macOS (`macos-trash` library) and Windows (`recycle-bin` library)." text-processing,Ultimate Plumber,,https://github.com/akavel/up,"Helps to interactively and incrementally explore textual data in Linux, by making it easier to quickly build complex pipelines, thanks to a fast feedback loop." system,fkill-cli,,https://github.com/sindresorhus/fkill-cli,Simple cross-platform process killer. system,has,,https://github.com/kdabir/has,Checks presence of various command line tools on the PATH and reports their installed version.