Software:ranger (file manager)

From HandWiki
Short description: Text-based file manager

ranger
Ranger logo.png
Ranger-screenshot.png
Developer(s)Toon Nolten, Wojciech Siewierski, Roman Zimbelmann[1]
Initial releaseJune 9, 2010; 13 years ago (2010-06-09)[1]
Written inPython
Operating systemLinux
FreeBSD
OS X
Size274 KB (tar.gz source)[2]
Available inEnglish only[3]
TypeFile manager
LicenseGPL-3.0-or-later[4]

ranger is a free and open-source file manager with text-based user interface for Unix-like systems. It is developed by Roman Zimbelmann and licensed under the terms of the GNU General Public License. The program can accomplish file management tasks with a few keystrokes, and mouse input is optional. In conjunction with extensions including the rifle file opener and scope.sh, ranger can be scripted to open files with pre-defined programs, and to display a preview of the selected file by calling external programs.[5]

Features

  • UTF-8 support
  • Multi-column display (Miller columns)
  • Preview of the selected file/directory
  • Common file operations (create/chmod/copy/delete/...)
  • VI-like console and hotkeys
  • Renaming multiple files at once
  • Automatically determine file types and run them with correct programs
  • Integration with External Programs
  • Shell directory changing after exit
  • Tabs, bookmarks and mouse support
  • True-color image previews
  • Video thumbnails

Design

ranger is written in Python and the text-based interface uses ncurses.[6][7] The program makes use of the Miller columns visualization technique to display folder structures in three columns, whose default width ratios are 1:3:4. The currently active folder is always displayed in the central column, while folders higher up in the hierarchy are on the left. The rightmost column is used for displaying deeper folders and file previews.[4][8]

Configuration

ranger borrows its keybindings from vi where possible, but also accepts mouse buttons and shares a few keybindings with GNU Readline and Midnight Commander. All configurable keybindings are defined in the ranger/config/rc.conf configuration file, which is located in $HOME/.config/ by default.[9]

Comparison with other file managers

Due to its use of the Miller columns layout, ranger has been compared to Finder,[10][11] the default file manager used on the classic Mac OS and macOS operating systems. It has also been suggested as a viable alternative to users accustomed to Directory Opus.[12][13] ranger shares similarities with other text-based file managers including Midnight Commander, from which it borrowed its function key keyboard shortcuts, and with vifm, which also borrows features from vi and Mutt. In addition, most core utilities related to file management (cd, ls, rm, mv, ln, touch, etc.) are available from within ranger's distinct command language layer.[14] File browser with a similar text user interface include rover[15] and nnn.[16]

Reception

A 2012 survey among Arch Linux users found that ranger was the most used text-based file manager among respondents, surpassing Midnight Commander, the second most widely used text-based file manager, by a factor of two and a half (20% to 8%).[17] ranger also received 0.9% of votes in the "Best File Manager" category in a 2013 survey by Linux Journal.[18] LinuxLinks named it one of the "10 Best Orthodox Free Linux File Managers", and one of its "5 Top Console Linux File Managers".[19][20] It is often cited in magazine articles and software blogs for power users as an illustration of the power and versatility of the command line interface.[21]

See also

References

  1. 1.0 1.1 "Ranger home page". Ranger - console file manager with VI key bindings. https://ranger.github.io/index.html. Retrieved 21 April 2023. 
  2. "Download". ranger - file manager. https://ranger.github.io/download.html. Retrieved 28 April 2022. 
  3. "Ranger: le file-manager en python" (in French). http://arpinux.org/public/doc_arp_pdf/doc_arp-ranger.pdf. Retrieved 5 July 2014. "[...] le seul défaut de ranger serait qu'il est anglophone…" 
  4. 4.0 4.1 "ranger - visual file manager". ranger(1) manpage. https://ranger.github.io/ranger.1.html#LICENSE. Retrieved 13 June 2014. 
  5. Kemp, Juliet (16 August 2010). "Ranger: Console-Based File Management". IT Business. http://www.serverwatch.com/tutorials/article.php/3898746/Ranger-ConsoleBased-File-Management.htm. Retrieved 18 June 2014. 
  6. Bezroukov, Dr. Nikolai. "History of Scripting Language based OFMs". http://www.softpanorama.org/OFM/Paradigm/Ofm_06.shtml#Ranger. Retrieved 18 June 2014. 
  7. "Ranger: 控制台下的文件管理器" (in Chinese). 4 October 2010. https://linuxtoy.org/archives/ranger-terminal-file-manager.html. Retrieved 18 June 2014. 
  8. Arora, Himanshu (5 September 2013). "Ranger – A Text Based File Manager For Command Line Users". http://mylinuxbook.com/ranger-command-line-file-manager/. Retrieved 18 June 2014. 
  9. Vogelgesang, Matthias (17 October 2012). "Ranger File Manager". http://bloerg.net/2012/10/17/ranger-file-manager.html. Retrieved 18 June 2014. "the first thing you will notice is a window layout similar to MacOS’ finder" 
  10. Mottram, Jack (30 April 2010). "Ranger". http://onethingwell.org/post/561436185/ranger. Retrieved 18 June 2014. 
  11. Hartnell, Brian (March 2012). "Directory Opus" (in French). Full Circle Magazine (59): 42. http://dl.fullcirclemagazine.org/issue59_fr.pdf. Retrieved 18 June 2014. 
  12. Beckers, Ludo (April 2012). "Directory Opus" (in French). Full Circle Magazine (60): 43. http://dl.fullcirclemagazine.org/issue59_fr.pdf. Retrieved 18 June 2014. 
  13. Bezroukov, Dr. Nikolai (November 2012). "OFM2012 -- Cutting Edge Features of Orthodox File Managers". http://www.softpanorama.org/OFM/Standards/ofm_standard2012.shtml#Distinct_command_layer_and_usage_of_scripting_language. Retrieved 18 June 2014. 
  14. "Rover -- simple file browser for the terminal". https://lecram.github.io/p/rover/. 
  15. "Jarun/NNN". 26 October 2021. https://github.com/jarun/nnn. 
  16. "LnF Awards 2012 - The best Light & Fast apps of 2012". https://docs.google.com/spreadsheet/viewanalytics?formkey=dFFyLTNZNGhpNUVOdTQ4dF9sMEtlUWc6MQ#title#18. Retrieved 11 June 2014. 
  17. Shawn Powers (December 2013). "Readers' Choice Awards 2013". Linux Journal (236): 79. http://www.linuxjournaldigital.com/linuxjournal/december_2013?pg=4#pg79. Retrieved 17 June 2014. 
  18. "28个Unix/Linux的命令行神器" (in Chinese). 11 July 2012. http://www.csdn.net/article/2012-07-11/2807272/1. Retrieved 18 June 2014. 

External links