memo icon indicating copy to clipboard operation
memo copied to clipboard

A recent files menu for mpv

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

- Use state directory as the default `history_path`, see #35 - Automatically migrate history from `~~/` to `~~state/` Setting `history_path` to the old value will prevent automatic migration Tested on...

Currently, `history_path` defaults to `~~/memo-history.log`, `~~/` being `mpv`'s config directory. That should probably be `~~state/memo-history.log`, which uses the application state directory: `${XDG_STATE_HOME}/mpv` on various unices. For more information about the...

Dear po5, Thanks for your great script, it helps a lot to me. I'm using memo with another mpv c-plugin named [mpv-menu-plugin](https://github.com/tsl0922/mpv-menu-plugin) (Windows only), it is useful too. I think...

Is there a way to delete an item from the menu? memo-log works well for manually creating bookmarks, but then they can't be removed without editing the text file.

Could the script prompt the user for a title for the history item? This would be very useful when using memo-log for bookmarking.

I recently needed this, I'll change the readme if you have any interest in adding this. BTW is there any point in keeping `options.path_prefixes` around? The only advantage I see...

Right now the cursor gets reset on every search update, and we parse everything over again. My solution would be similar to page state, storing a list of known matching...

I've been thinking about our conversations in #13 and the need for a secondary script to do non-blocking processing. In some ways, that's correct. But I just had an idea...

Example: 1. Search for `word` - returns either `word` or `Word` matches :heavy_check_mark: 2. Search for `café` - only returns `café` matches but not `CAFÉ` :x: 3. Search for `CAFÉ`...

I have a feature request to show history menu when launching mpv, is it possible with your script? Alternative script simplehistory does this by default https://github.com/Eisa01/mpv-scripts