An ssh bookmarking program.
- Clone this repo
- run
deno task compile
to get a executable
Requirements for the software and other tools to build, test and push
deno test test
- runs all tests in the test directory
Two options for using the built application
- Add the dist directory to your PATH environment variable
or
- Add the compiled binary to a directory already in your PATH variable (/usr/bin is pretty standard).
- Contributor Covenant - Used for the Code of Conduct
ssh-bm cms -> ssh into cms
ssh-bm put cms user@23.12.12.12 -> adds/updates bookmark named cms
ssh-bm wipe cms -> removes cms
ssh-bm find cms -> prints bookmark to terminal
ssh-bm list -> lists all available bookmarks
ssh-bm X --help -> print help statement
ssh-bm flush -> resets collection after confirmation
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.
- Dakota Lewallen - Original Maintainer - IamFlowZ
See also the list of contributors who participated in this project.
This project is licensed under the Apache License - see the LICENSE.md file for details