memo icon indicating copy to clipboard operation
memo copied to clipboard

📓 Memo Life For You

Results 16 memo issues
Sort by recently updated
recently updated
newest added

First of all, thank you for making this tool available to the public. I notice there is a fuzzy matching interface popping up when typing `memo edit` and `memo cat`....

I set following config: ``` memodir = "C:/Users/tsunomur/OneDrive - Microsoft/memo" editor = "notepad.exe" column = 20 width = 0 selectcmd = "peco" grepcmd = "grep -nH ${PATTERN} ${FILES}" memotemplate =...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mattn/go-isatty](https://togithub.com/mattn/go-isatty) | require | patch | `v0.0.11` -> `v0.0.12` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mattn/go-runewidth](https://togithub.com/mattn/go-runewidth) | require | patch | `v0.0.7` -> `v0.0.8` | --- ### Release...

It would be nice if you can view memo and rename.

Current behaviour of `memo delete` is a bit confusing: `memo d a b c` deletes a, but does not delete b and c. I'm not sure what should be done...

Thank you for your great works! 😄 # summary create text file ## now create only markdown file ## expected create favarite file type ## config file ```toml createfiletype =...

Please allow to configure the memos filename format, and support creation of subdirectories. For example, create directories for 'year-month/' and filename with 'day-slug.md': ``` filefmt = "%Y-%m/%d-${SLUG}.md" ``` > 💬...

enhancement

## Issue Number #64 Hello,Mattn. In response to the issue regarding the deprecation of ioutil.ReadFile in Go 1.16 and the recommendation to use os.ReadFile, this PR addresses that concern. Changes:...