An open API service indexing awesome lists of open source software.

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.

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