Dired

Dired (for Directory Editor) is a computer program for editing file system directories. It typically runs inside the Emacs text editor as a specialized mode, though standalone versions have been written. Dired was the first file manager, or visual editor of file system information.[1][2] The first version of Dired was written as a stand-alone program circa 1974 by Stan Kugell at the Stanford Artificial Intelligence Laboratory (SAIL).[1] It was incorporated into GNU Emacs from the earliest versions,[3] and re-implemented in C and C++ on other operating systems.[4][5]

Dired
Dired as implemented in Emacs, showing multiple buffers with custom colors.
Developer(s)Stan Kugell (original), Richard Stallman (for Emacs), Mike Lijewski, Stuart Cracraft (standalone Unix versions)
Initial releaseCirca 1974 (1974)
Stable release
7.17 / 30 July 2009 (2009-07-30)
Operating systemUnix-like, Microsoft Windows, macOS, Emacs
TypeFile manager
LicenseGPL (Free software)
WebsiteMike Sperber's dired page

When run in Emacs, dired displays an ls-like file listing in an Emacs buffer. The list can be navigated using standard navigation commands. Several Emacs Lisp scripts have been developed to extend Dired in Emacs. In combination with Tramp[6] it is able to access remote file systems for editing files by means of SSH, FTP, telnet and many other protocols, as well as the capability of accessing local files as another user in the same session. There are also functions that make it possible to rename multiple files via Emacs search and replace capabilities[7] or apply regular expressions for marking (selecting) multiple files.[8] Once marked, files can be operated on in various ways from deleting, to renaming, to executing an external shell command or elisp function on them. By means of the Lisp package dired-x[9] it is also possible to handle existing ls-like directory listings in a virtual Dired mode. These can also be saved again, often using the filename extension dired.

References

  1. Kugell, Stanley G. (1974). "SAILDART/1978-08". Stanford Artificial Intelligence Laboratory DART (Dump and Restore Technique) Archive. Retrieved 19 February 2014.
  2. SAILDART Username key for above Archived 3 September 2015 at the Wayback Machine
  3. "Emacs NEWS.1-17 file". Dired has a new command...
  4. "DED". it is indisputable that both were inspired by an earlier stand-alone program running on Tenex available in the Stanford AI Lab (SAIL) in 1978.
  5. "The Cracraft and Lijewski DIRED Programs". Historically, shortly after emacs "dired" appeared in the TECO implementation, a stand-alone version was written...
  6. "Tramp User Manual". Free Software Foundation. Retrieved 4 April 2009.
  7. "WDired".
  8. "Dired Marks vs. Flags".
  9. Kremer, Sebastian (2017). "Dired Extra User's Manual". Free Software Foundation. Retrieved 11 April 2018.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.