Crates.io | OxidLog |
lib.rs | OxidLog |
version | 0.1.1 |
source | src |
created_at | 2024-11-02 12:37:19.460021 |
updated_at | 2024-11-02 12:41:31.052867 |
description | A command-line note-taking application |
homepage | |
repository | https://github.com/kortgrabb/oxidlog |
max_upload_size | |
id | 1432834 |
size | 2,269,511 |
Transform your terminal into a personal journaling space with OxidLog. This lightweight CLI tool makes daily logging, note-taking, and task management seamless through a simple yet powerful interface.
# Install OxidLog
cargo install oxidlog
# Initialize your journal
xlog init
# Create your first entry
xlog add "Starting my journey with OxidLog"
Organize entries with hashtags
xlog add "Meeting notes #work #important"
View all entries with a simple command
xlog view
Filter entries by tags
xlog view --tags "work"
Or by specifying a timeframe
xlog view --from "2021-01-01" --to "2021-12-31"
Find specific entries using keywords
xlog search "meeting" --tags "important"
Use the 'help' command to explore all available options
xlog help
Or view all options for a specific command
xlog help add
For more information, visit the documentation at [COMING SOON];