Hi all,
I created a simple Supernotes command line client in Rust. It’s mainly a quick way to create new cards from the terminal:
echo "Card body" | sn create "Card title"
sn create "Meeting notes" notes.md
Contributions very welcome, of course. It’s my first Rust project, so I am also interested in code style suggestions.
I disabled GitHub Discussions for now, let’s discuss roadmap ideas in this forum.
@connor: the name of the project might clash with any Rust client that you intend to develop yourself, especially if I release it as a crate. Any guidance on what would be permissible?