A simple, command line, note taking utility.
Project description
Mimir
=====
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
=====
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
MimirNotes-0.3.0.tar.gz
(5.8 kB
view details)
File details
Details for the file MimirNotes-0.3.0.tar.gz.
File metadata
- Download URL: MimirNotes-0.3.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b9441483c8596f8df2ae9744664ea09d67a29ac9a2309a1ea62801f4210758d
|
|
| MD5 |
5d584b475d680d1d20867eb8b3ef3da5
|
|
| BLAKE2b-256 |
dc198f7405d2d117f06a27ccd1ab0b5ac1fb5ace7dde97bba14e698c8d95bff5
|