https://github.com/terror/mindspace
A creative space
https://github.com/terror/mindspace
Last synced: 11 months ago
JSON representation
A creative space
- Host: GitHub
- URL: https://github.com/terror/mindspace
- Owner: terror
- Created: 2020-11-28T02:12:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T02:48:28.000Z (about 5 years ago)
- Last Synced: 2025-02-15T09:37:17.948Z (11 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## mindspace
A command line note taking application paired with a sleek and modern user interface.
`mindspace` aims to implement the [Zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten) method of note taking while providing a static site to interface with the notes.
### Usage
```
Usage: mindspace [OPTIONS] COMMAND [ARGS]...
Entry point for the CLI.
:param ctx: context object for subcommands
Options:
--help Show this message and exit.
Commands:
home Output mindspace directory
init Initialize the Zettelkasten directory
link Link two notes
new Create a new note
open Open an existing note
rm Remove an existing note
rmlink Remove a link between two existing notes
```
### Config File
A `mindspace` is configured via a config file called `.mindspace.toml` located in your home directory.
Example config:
```toml
[owner]
name = "Liam"
dir = "/path/to/mindspace"
```