Samuel Allan
Samuel Allan
@drewauff maybe some combination of `sncli list` and `sncli -k`? Example: ``` sncli -k $(sncli list | fzf | cut -f1 -d' ') ``` Note that all the notes are...
pysnip hasn't been maintained for years so I doubt you'll get any support for this. Check out https://github.com/piqueserver/piqueserver instead! :)
> (Aside: very chatty, is this wss, over https?) No - there are just many requests used during syncing... --- Sorry I don't have much time to investigate these issues...
@pataquets I don't think this is necessary, because sncli is supposed create a tempfile with a filename extension depending on the type (.mkd for markdown and .txt for plain text)....
@pataquets https://github.com/insanum/sncli/pull/122 may address your request, albeit in a slightly different way. Would you like to test it out? :)
> PR now correctly sets temp file extensions according to note type. LGTM. Thanks. :) > However, I've noticed the extension mkd being used. Although it's recognized almost everywhere, ......
>> PR now correctly sets temp file extensions according to note type. LGTM. > Thanks. :) Oops, meant to add: would you mind adding your comment to the PR just...
@pataquets https://github.com/insanum/sncli/pull/123 :)
Yeah I've had that issue before. Unfortunately I can't remember what caused it. I believe it's related to how the sncli ui hides the terminal cursor and for some reason...
@ZaxonXP which version of `urwid` do you have installed? Apparently older versions are known to have that behaviour. EDIT: `pip show urwid` from the same environment as sncli should get...