All Projects → telephil9 → vdir

telephil9 / vdir

Licence: other
a visual directory browser for plan9

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to vdir

mq
message queue
Stars: ✭ 14 (-78.79%)
Mutual labels:  plan9, 9front
barebones9
Barebones amd64 kernel built using 9front
Stars: ✭ 23 (-65.15%)
Mutual labels:  plan9, 9front
lua9
lua interpreter with some plan9 library modules
Stars: ✭ 17 (-74.24%)
Mutual labels:  plan9, 9front
Angular Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
Stars: ✭ 1,693 (+2465.15%)
Mutual labels:  file-browser, file-manager
Tinyfilemanager
The best web based PHP File Manager in single file, Manage your files efficiently and easily with tinyfilemanager
Stars: ✭ 2,679 (+3959.09%)
Mutual labels:  file-browser, file-manager
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+1150%)
Mutual labels:  file-browser, file-manager
gopher
A gopher browser for plan9
Stars: ✭ 33 (-50%)
Mutual labels:  plan9, 9front
reinstead
RE:INSTEAD - Lightweight INSTEAD metaparser-only player
Stars: ✭ 15 (-77.27%)
Mutual labels:  plan9, 9front
go-drive
A simple cloud drive mapping web app supports local, FTP/SFTP, S3, OneDrive, WebDAV, Google Drive.
Stars: ✭ 184 (+178.79%)
Mutual labels:  file-manager
enhanced-plan9
google summer code
Stars: ✭ 13 (-80.3%)
Mutual labels:  plan9
android-doc-picker
A simple and easy to use documents Picker android library. Choose any documents like pdf, ppt, text, word or media files from your device
Stars: ✭ 37 (-43.94%)
Mutual labels:  file-manager
just-fast
⚡ Just Fast is CLI file manager with focus on speed in both execution time and usage.
Stars: ✭ 20 (-69.7%)
Mutual labels:  file-manager
maskedkitty
🙀 Icon Changer, File Pumper & Extension Spoofer - Quickly Modify Executable Files
Stars: ✭ 39 (-40.91%)
Mutual labels:  file-manager
hunter
Mirror of Graphical File Manager for Linux
Stars: ✭ 21 (-68.18%)
Mutual labels:  file-manager
util
封装了一些Java常用的功能
Stars: ✭ 19 (-71.21%)
Mutual labels:  file-manager
pyreports
pyreports is a python library that allows you to create complex report from various sources
Stars: ✭ 78 (+18.18%)
Mutual labels:  file-manager
OctoPrint-GitFiles
With this plugin, you can use a github/gitlab repository for keeping your OctoPrint Files collection up-to-date.
Stars: ✭ 28 (-57.58%)
Mutual labels:  file-manager
uploadcare-ios
UploadcareKit: iOS SDK for Uploadcare API
Stars: ✭ 24 (-63.64%)
Mutual labels:  file-manager
xplr
A hackable, minimal, fast TUI file explorer
Stars: ✭ 2,271 (+3340.91%)
Mutual labels:  file-manager
fortune-commons
Fortune Commons is an project focused on all aspects of reusable Java components.
Stars: ✭ 17 (-74.24%)
Mutual labels:  file-manager

vdir

A minimalistic visual directory browser for Plan9.

vdir

Actions are performed using the right mouse button:

  • Home: go to current user's home directory
  • Open: present an entry to jump to a given directory
  • Up : go to the parent directory
  • New dir : present an entry to create a new directory
  • New file: present an entry to create a new empty file

Middle-clicking on a file or folder will present a file operations menu.
Right-clicking on the path (in the toolbar), plumbs the path name
Right-clicking on folders, opens them.
Right-clicking on files send them to the plumber.

Keyboard shortcuts are:

  • Page up / Page down to scroll
  • Home to go to $home
  • Up arrow to go to parent directory
  • Space to plumb current directory path
  • q / Del to quit

Usage:

Install with the usual mk install
Run vdir [-r] [directory] If the -r flag is passed, delete will recursively delete directories.

Path plumbing:

When right-clicking the path in the toolbar, the path name is sent to plumber. This can be used to open a window in the directory for instance:

src is vdir
type is text
arg isdir $data
plumb start window -cd $data rc

Disclaimer:

This was a quick and dirty hack that sure contains some bugs.
Enjoy anyway :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].