https://github.com/adrianogil/mydirs
Command line tool to bookmark directories.
https://github.com/adrianogil/mydirs
bookmark-directories cli python
Last synced: 6 months ago
JSON representation
Command line tool to bookmark directories.
- Host: GitHub
- URL: https://github.com/adrianogil/mydirs
- Owner: adrianogil
- License: apache-2.0
- Created: 2016-07-30T03:36:49.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T01:45:51.000Z (over 1 year ago)
- Last Synced: 2024-05-12T02:32:11.058Z (over 1 year ago)
- Topics: bookmark-directories, cli, python
- Language: Python
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mydirs
Command line tool to bookmark directories.
# How to Install
Just create a macro 'MYDIRS_DIRECTORY' with the path of this project.
You can also use [gil-install][https://github.com/adrianogil/gil-tools/blob/master/src/python/gil_install.py]:
```
gil-install -i
```
# Command line options
Save current directory using
```
mydirs -s
```
Open directory from
```
mydirs -o
```
Remove direction with alias
```
mydirs -d
```
Show if current directory is already saved
```
mydirs -q
```
Print the path saved using
```
mydirs -p
```
Show history of last mydirs directory changes
```
mydirs -bh
```
Go back to last mydirs directory
```
mydirs -b
```
## Planned features
## Contributing
Feel free to submit PRs. I will do my best to review and merge them if I consider them essential.
## Development status
This is a very alpha software. The code was written with no consideration of coding standards and architecture. A refactoring would do it good...
## See also
- https://github.com/huyng/bashmarks