From 23d91b312b6cd16cfc2625d70321c95b0dd4bb61 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Tue, 22 Aug 2023 08:53:48 +0200 Subject: [PATCH] Added git field to lfm --- data/apps.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/apps.csv b/data/apps.csv index 7d4fb36..103f7b6 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -109,7 +109,7 @@ versioning,Mercurial,https://www.mercurial-scm.org/,https://www.mercurial-scm.or git,tig,,https://github.com/jonas/tig,"An ncurses-based text-mode interface for `git` that can act as a repository browser, but can also assist in staging changes for commit at chunk level." file-system,sshfs,,https://github.com/libfuse/sshfs,Locally mount a remote file-system through SSH and access files and directory as they would be on the local machine. file-system,TMSU,http://tmsu.org/,https://github.com/oniony/TMSU,"A tool for tagging files, it provides a simple command line tool for applying tags and a virtual filesystem so that you can get a tag-based view of your files from within any other program." -file-manager,lfm,https://inigo.katxi.org/devel/lfm/,,"(Last File Manager) is a file manager written in Python; it comes with lots of features, including 1-pane or 2-pane view, files filters and bookmarks, tree view, virtual file-systems to open compressed archives, search in files, customizable keybindings and themes." +file-manager,lfm,https://inigo.katxi.org/devel/lfm/,https://github.com/langner/lfm,"(Last File Manager) is a file manager written in Python; it comes with lots of features, including 1-pane or 2-pane view, files filters and bookmarks, tree view, virtual file-systems to open compressed archives, search in files, customizable keybindings and themes." file-manager,Midnight Commander,http://www.midnight-commander.org/,https://github.com/MidnightCommander/mc,"A visual file manager, full-screen text mode application that allows you to copy, move and delete files and whole directory trees and search for files; includes an internal viewer and editor." file-manager,ncursesFM,,https://github.com/FedeDP/ncursesFM,"File manager written in C, rather complete in terms of features, especially lightweight and responsive." file-manager,ranger,https://ranger.github.io/,https://github.com/ranger/ranger,"Console file manager with vi key bindings, curses interface with a view on the directory hierarchy, comes with a file launcher that automatically determines which program to use for opening a given file type."