Skip to content

Dora version 0.1

Pre-release
Pre-release

Choose a tag to compare

@doremon-me doremon-me released this 26 Jun 16:44

Release Notes – v0.1


Dora CLI Tool v0.1

Initial release of Dora – a fast, offline CLI tool to save and retrieve your favorite commands with tags.

Features

  • Save commands with custom tags for easy organization
  • Instant search: Retrieve commands by tag in O(1) time
  • Offline storage: All data stored locally in ~/.dora/commands.json
  • Zero dependencies: Built with Go standard library only
  • Simple CLI:
    • brain to save
    • remind to search
    • list to view all
    • info for storage details

Usage Examples

dora brain "git commit -m 'update'"
dora remind git
dora list
dora info

Thank you for trying Dora! Please report any issues or suggestions on the