mwlik / bookmarks

A bookmarks command-line program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookmarks

version

Bookmarks demonstration

A command-line program to create and open bookmarks.

At a Bigger scope

You can think of it as browser bookmarks where folders are lists and sites are items that could be URLs or files/directories in the system or executables

Features

  • create/remove/edit lists
  • create/remove/edit/open items
  • stores everything in a json file lists.json
  • a backup lists_backup.json file contains the last state of the lists.json in case you fudged up

Usage

  1. Install the package:
$ npm i bookmarks-cli
  1. Run the command bookmarks-cli:
$ bookmarks

From there it's pretty simple to use the cli tool.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Acknowledgements

License

Distributed under the MIT License. See LICENSE for more information.

About

A bookmarks command-line program

License:MIT License


Languages

Language:TypeScript 97.9%Language:JavaScript 2.1%