This is a powerful tool that allows you to take notes, todos, or even journal! With many different features you can make this tool what you need it to be. The only limit is.. text!!
# 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"
Initialize a new journal or reconfigure an existing one.
Add a new entry to your journal with the specified content.
Remove an entry from your journal by its ID.
View all journal entries.
Edit an existing journal entry by its ID.
Search through journal entries using a query.
Export journal entries to various formats.
Create or restore a backup of your journal.
The data and config files are located in the .oxidlog
directory in your home folder. The config file is named config.toml
and the journal data is stored in journal.json
.
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];