Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokisuno/vie
https://github.com/tokisuno/vie
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tokisuno/vie
- Owner: tokisuno
- License: other
- Created: 2024-08-25T14:42:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:42:49.000Z (4 months ago)
- Last Synced: 2024-09-14T12:14:12.935Z (3 months ago)
- Language: Go
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# vie -- Dead-simple journalling CLI tool (written in go!)
Vie (meaning life in French) grabs the current date, and checks to see if there's an already existing file of the same name in your journal directory. If there isn't it will create a new one for you.This is only meant to be a tool to make daily journalling easier.
## Installation
* Method 1:
```bash
# 1. git clone into a repo
git clone https://github.com/tokisuno/vie.git
# 2. run go build inside project dir
go run
# 3. move binary into a folder in your path
cp vie ~/.local/bin
```## TODO
### [ ] User config
* Options
- name
- dir
- editor
### [ ] Template markdown files
* For now, just manually add to the buffer while creating it