Skip to content

jojohanhannesnes/pindah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple implementation of cd with bookmarks

Trouble
Command

This approach doesn't change the working directory of your current shell session directly but rather spawns a new shell process that executes the cd command. Changing the working directory of the current shell session from a child process (your Rust program) is not possible because child processes run in isolated environments.
Workaround = direct bash

Installation

./install (if not working just "chmod +x install" or smth)

How to use

p save {{directory alias name}} = saving the config to `$HOME/.pindah`
p move {{asd}} = move to the alias directory if exist
p list = cat config file .pindah
Screen.Recording.2023-09-10.at.14.24.45.mov

About

cd with bookmarks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages