Git Product home page Git Product logo

cub's Introduction

ʕ•ᴥ•ʔ Cub - https://cub.sh

A CLI for the Bear notes app.

Usage: cub <action> [option ...]

Currently supported actions:

  • create
  • edit
  • help
  • search
  • show
  • token

Use 'cub help <action>' to get action specific help.

Dependencies

Actions

create

Create a new note.

Example:

  cub create

edit

Edit an existing note. Requires a title or identifier.

Examples:

  cub edit My Note Title
  cub edit title=My Note Title
  cub edit id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

help

Show help information for the given action.

Examples:

  cub help create
  cub help edit
  cub help search
  cub help show
  cub help token

search

Search your Bear notes. Requires a term or tag. By default search will return exact matches from the note title. To include all matching notes use the --all option.

Examples:

  cub search Some search terms
  cub search term=Some search terms
  cub search tag=someTag
  cub search tag=someTag term=Some search terms
  cub search --all Some search terms

show

Show an existing note. Requires a title or identifier.

Examples:

  cub show My Note Title
  cub show title=My Note Title
  cub show id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

token

Set or display a token for accessing protected Bear information. Once a token has been set, calling this without specifying a token will display the currently set token.

Examples:

  cub token
  cub token XXXXXX-XXXXXX-XXXXXX

cub's People

Contributors

ks3 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.