https://github.com/wilfredinni/marlin
Swim between bookmarks in the Windows terminal
https://github.com/wilfredinni/marlin
bookmark bookmark-manager cli command-line-tool python3 windows workon
Last synced: 6 months ago
JSON representation
Swim between bookmarks in the Windows terminal
- Host: GitHub
- URL: https://github.com/wilfredinni/marlin
- Owner: wilfredinni
- License: mit
- Created: 2018-03-26T18:56:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T21:54:31.000Z (about 4 years ago)
- Last Synced: 2025-03-25T20:05:50.720Z (7 months ago)
- Topics: bookmark, bookmark-manager, cli, command-line-tool, python3, windows, workon
- Language: Python
- Homepage:
- Size: 776 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marlin
Swim between bookmarks in the terminal!
[](https://travis-ci.org/wilfredinni/marlin) [](https://bettercodehub.com/) [](https://www.codacy.com/app/carlos.w.montecinos/marlin?utm_source=github.com&utm_medium=referral&utm_content=wilfredinni/marlin&utm_campaign=Badge_Grade) [](https://requires.io/github/wilfredinni/marlin/requirements/?branch=master) [](https://github.com/wilfredinni/marlin/blob/master/LICENSE)

Marlin is an easy to use bookmark manager for the terminal. Choose a folder, bookmark it and swim there whenever you want!
## Usage
pip install marlin-bookmark
### Bookmark
bookmark [bookmark-name]
### Remove a Bookmark
rmark [bookmark-name]
### List Bookmarks
marlin
### Swim!
marlin [bookmark-name]
## TODO
- command shortcuts (e.g. `$ git add .` to `marlin ga.`)