Logging and journaling from the terminal
Project description
Scrapbook
- Scrapbook is a way to journal your goals, challenges, solutions and more, on a daily basis, which I guess is aimed to simplify tracking what you do everyday (kinda like note taking really)
- I wanted a simple way of logging what I do everyday on my terminal (without really installing/opening other note taking apps), hence the script.
Preface
This project is a work-in-progress and should be considered experimental. It is being actively developed and refined as I learn.
Current Status
- The project is incomplete and lacks many essential features.
- Some implementations may not be optimal or fully tested.
- Code quality and best practices may vary due to ongoing learning.
Functionality:
- Generates markdown doc of everyday notes.
- Simple structure.
- Easy way to filter through your notes everyday using unix tools.
Installation
Installing is as simple as:
pip install scrapbooking-cli
Invoke using sb:
sb
Config-based approach
When scraps-cli is installed for the first time, scraps-cli searches for a config file in your current directory named scrapbook_config.yaml. If one is not found in your current directoy, a default config is used/created (if the default is not found either).
The default config uses the following structure and is created in the ~/.config/ directory:
headings:
tasks: "Tasks"
challenges: "Challenges"
solutions: "Solutions"
decisions_made: "Decisions Made"
learnings: "Learnings"
next_steps: "Next Steps"
additional_notes: "Additional Notes"
conclusion: "conclusion"
You are free to modify the headings according to what you see fit, add or remove etc.
The order of precedence is:
- Search in current directory for a config file. If found, use this.
- If config file not found in current directory, fallback to using the default config.
- If default config not found, create one.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scrapbooking_cli-1.0.3.tar.gz.
File metadata
- Download URL: scrapbooking_cli-1.0.3.tar.gz
- Upload date:
- Size: 41.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c03ae66ca98f9d63f5b6d05f44a2cc5d4be98f7e27b8dc4c5c99fd552b43289
|
|
| MD5 |
7b345f24880c7445dc98912f3bb289b8
|
|
| BLAKE2b-256 |
82ba3ae5e8512fa77fd07b1980d97ff8aa67d4ab230918a76ebef18857f03830
|
File details
Details for the file scrapbooking_cli-1.0.3-py3-none-any.whl.
File metadata
- Download URL: scrapbooking_cli-1.0.3-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36eb3a7c92df24b120c47f8275ec79eeb38287f1a6844606596701108d20c565
|
|
| MD5 |
b5909240aa7d75e8640ed3a566fedad4
|
|
| BLAKE2b-256 |
e9943fa77324616827dd684c33dd98d8210a4479cc7bd7a675c4ba86391fb179
|