tweet-memo

Crates.iotweet-memo
lib.rstweet-memo
version0.3.0
created_at2025-07-05 13:53:16.313976+00
updated_at2025-07-05 14:46:57.20921+00
descriptionA CLI tool to record Twitter-style short memos in Markdown files
homepage
repositoryhttps://github.com/zaki-yama/tweet-memo
max_upload_size
id1739112
size48,816
Shingo Yamazaki (zaki-yama)

documentation

README

tweet-memo

A CLI tool to record Twitter-style short memos in Markdown files.

Installation

cargo install tweet-memo

Usage

Record a memo:

tm "Your memo text here"

The memo will be saved to a Markdown file with timestamp in the configured format.

Configuration

On first run, tweet-memo will create a configuration file at ~/.config/tweet-memo/config.toml with these default settings:

  • target_directory: Current directory
  • filename_format: YYYY-MM-DD.md
  • entry_format: [HH:mm:ss] {text}
  • target_section: ### Tweets

Example

tm "Just had a great idea for a new feature"

This creates an entry like:

### Tweets

[14:30:15] Just had a great idea for a new feature

License

MIT

Commit count: 0

cargo fmt