#journal #note-taking #command-line #add #entries #init #cli

app OxidLog

A command-line note-taking application

2 releases

0.1.1 Nov 2, 2024
0.1.0 Nov 2, 2024

#737 in Filesystem

MIT license

1MB
543 lines

Contains (WOFF font, 99KB) fontawesome-webfont.woff, (WOFF font, 78KB) fontawesome-webfont.woff2, (WOFF font, 45KB) open-sans-v17-all-charsets-300.woff2, (WOFF font, 41KB) open-sans-v17-all-charsets-300italic.woff2, (WOFF font, 45KB) open-sans-v17-all-charsets-600.woff2, (WOFF font, 43KB) open-sans-v17-all-charsets-600italic.woff2 and 7 more.

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

Dependencies

~3–14MB
~119K SLoC