Skip to main content

A commandline note organization tool.

Project description

Bronotes

Basically a wrapper to access notes in a directory on your system anywhere from the commandline. And keep it in sync with git.

Functionality so far:

  • Create a note directory on your system on first start
  • Add new notes
  • Remove notes
  • Move notes and directories around
  • Edit notes with your $EDITOR
  • List notes dir in a tree
  • Generate autocompletions for zsh
  • Sync with git
  • The show and edit actions search for matching notes if no valid path is given

Installation

$ pip install bronotes

On first command a folder to be used is asked.

Completions

For now there's no built-in completions. ZSH completions can be generated so you can place them where needed:

$ bnote completions | tee ~/.oh-my-zsh/completions/_BRONOTES

Usage

$ bnote -h
usage: bnote [-h] action ...

positional arguments:
  action       Bronote actions.
    add        Add a note or directory.
    rm         Delete a note or directory.
    list       Show the notes structure as a tree.
    edit       Edit a note.
    mv         Move a note or directory.
    set        Set config options.
    completions
               Generate zsh autocompletions.
    show       Show the contents of a note.
    sync       Sync the notes dir with git.

optional arguments:
  -h, --help   show this help message and exit
  • Subcommands have their own help pages.
  • When using the edit or show subcommand, it falls back on the -s option if the path to your note is not valid.
  • If the first argument given is not recognized by bronotes, a default action will be taken and the first argument will be fed to that action instead. This is configurable with the 'set' action and defaults to 'list'

Git

You can use the sync command to keep a repo in sync with git. Using basic pull/push on master. If you want to have more control simply don't use this. If the repo isn't a git repo yet you will be asked to initialize an empty one and set up remotes. When quit halfway through this process it's probably better to either start over or just fix it manually.

Autosyncing is possible, but will do so after every edit or add action. So figure out if you want that yourself.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bronotes-1.7.4.tar.gz (11.9 kB view details)

Uploaded Source

Built Distribution

bronotes-1.7.4-py3-none-any.whl (18.0 kB view details)

Uploaded Python 3

File details

Details for the file bronotes-1.7.4.tar.gz.

File metadata

  • Download URL: bronotes-1.7.4.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for bronotes-1.7.4.tar.gz
Algorithm Hash digest
SHA256 db1a35016f51213be229919cfa4c4a581b4cdb9d7646a47a19962edb264fd75a
MD5 dc89a1134f427ee798e17ee66ff68385
BLAKE2b-256 38a2b7b287e23bcfdd8a0ba04325a55d4ffbc054f7507415abd95e7b9053065f

See more details on using hashes here.

File details

Details for the file bronotes-1.7.4-py3-none-any.whl.

File metadata

  • Download URL: bronotes-1.7.4-py3-none-any.whl
  • Upload date:
  • Size: 18.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for bronotes-1.7.4-py3-none-any.whl
Algorithm Hash digest
SHA256 06b50c12476790f3ceec1ee89fbe2d2544e2375e44ea5da75731112e5de788ea
MD5 13b9c84c5c33b0b10e1d7eb2b1995cf5
BLAKE2b-256 d696704f6dc38d229ae93e5f6a9803c2641d3edbffaaac605fc2aace2c64c3b8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page