Skip to content

A sublime utility shell inspired by emacs' [ctrl+x, ctrl+f] behavior

Notifications You must be signed in to change notification settings

thetianshuhuang/ctrl-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctrl-shell

A sublime utility shell inspired by emacs' [ctrl+x, ctrl+f] behavior

Installation

Copy the ctrl-shell directory to the sublime-text-3/Packages

ctrlshellCommand

Assigned to [ctrl+x, ctrl+f]; behaves like the open file command in Emacs. Enter a filepath; if the filepath is a directory, the directory contents will be displayed. If the filepath is a file, the file will be opened. If the filepath is neither a directory or file, a new file will be created at that filepath.

Several special commands are available:

  • .proj, ...: List current project folders
  • .add <filepath>: Add folder to current project
  • .remove <basename>: Remove folder from project folders
  • .about, .help, .info: Show information
  • .cmd <command>, .bash <command>: Run command
  • .eval <command>: Evaluate expression in python
  • .wget <url>: Download file at <url> (does not use wget -- is compatible with Windows)
  • .close: Close current project (remove all folders)

About

A sublime utility shell inspired by emacs' [ctrl+x, ctrl+f] behavior

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages