Skip to content

Rio-Nyx/jump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jump

Helps in jumping between directories works like bookmarks

  • written in bash

Options

  // to jump to respective directory of
  j [jump_string]
  
  // add current directory to list
  j --add / -a [jump_string] [full_directory]

  // delete a directory based on jump string
  j --del / -d [jump_string]

  // list all saved directories along with corresponding 
  j --list / -l
  
  // show help 
  j --help / -h

Tips

  // adds current directory into jump list with jump string ','
  j .
  // to go to last added directory using above command
  j ,
  
  // adds current directory with user given jump string
  j -a [jump_string]

Requiremnts

  • bash
  • awk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages