A simple, command line, note taking utility.
Project description
Mimir is a simple, small, command line note taking utility. Its intended function is to allow you to take a quick note whenever you need to, and then get out of the way. Mimir can be used anywhere, as it allows you to create a mimir in any directory (which allows for multiple mimirs in use at any given time). It can also be configured with a global instance.
Usage
Mimir has a simple subset of commands for usage.
To initialize mimir in a directory:
mimir init
This will create a .mimir directory, with a config file, as well as a notes file.
To begin taking notes in a directory containing a mimir:
mimir This is a test note.
You can also create notes using an editor by simply typing:
mimir
To view your mimir notes:
mimir -s 2
Where s is the number of notes you wish to view.
To view your notes by tag:
mimir @tag1 @tag2
If only tags are provided, mimir assumes you want to search by those tags.
You can also edit your notes:
mimir edit
(To edit notes, you will need to set the editor config variable in .mimir/.mimir_config, mimir will warn you if this is not set)
Finally, you can also view the status of your mimir, or delete it entirely:
mimir status mimir delete
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file MimirNotes-0.3.1.tar.gz.
File metadata
- Download URL: MimirNotes-0.3.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aef8a7e91243f691459c662c6fc790209d1b0150e32624da2bbe1d6032216eff
|
|
| MD5 |
be88609c87d18500fca3e73c03134719
|
|
| BLAKE2b-256 |
65b9f68916befde37809cfafad91474137f11b6bbd2cafc7a2e1966db47340dd
|