OxidLog

Crates.ioOxidLog
lib.rsOxidLog
version0.1.1
sourcesrc
created_at2024-11-02 12:37:19.460021
updated_at2024-11-02 12:41:31.052867
descriptionA command-line note-taking application
homepage
repositoryhttps://github.com/kortgrabb/oxidlog
max_upload_size
id1432834
size2,269,511
Tim Herdemark (kortgrabb)

documentation

README

OxidLog - A Powerful Terminal Journal

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.

Quick Start

# Install OxidLog
cargo install oxidlog

# Initialize your journal
xlog init

# Create your first entry
xlog add "Starting my journey with OxidLog"

Key Features

Smart Tagging

Organize entries with hashtags

xlog add "Meeting notes #work #important"

Easy Retrieval

View all entries with a simple command

xlog view

Custom Filters

Filter entries by tags

xlog view --tags "work"

Or by specifying a timeframe

xlog view --from "2021-01-01" --to "2021-12-31"

Search Entries

Find specific entries using keywords

xlog search "meeting" --tags "important"

Learn more

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];

Commit count: 36

cargo fmt