memos-cli-ui 0.3.0

A command-line tool for Memos.
Documentation
1
2
3
4
5
6
7
8
9
pub mod list;

pub struct UI {}

impl UI {
    pub fn new() -> Self {
        Self {}
    }
}