sncli icon indicating copy to clipboard operation
sncli copied to clipboard

Simplenote CLI

Results 38 sncli issues
Sort by recently updated
recently updated
newest added

Currently fails to run in Python 3.12 since SafeConfigParser, which was previous deprecated in Python 3.11, has now been removed. I fixed this on my system by changing it to...

As per https://docs.python.org/3.12/whatsnew/3.12.html `distutils` is removed from Python 3.12 `Of note, the distutils package has been removed from the standard library.` Executing `sncli` now throws `ModuleNotFoundError: No module named 'distutils'`

I still maintain the sncli pypi release ( https://pypi.org/project/sncli/ ), as I've been unable to hand it off yet. So I cut a new minor release from master and pushed...

When using CLI operations such as `sncli -k dump`, it takes longer than opening the TUI of `sncli` itself. Is there a way to speed up the process of CLI...

After creating a new note, there was apparently an internet connection issue and the note was never saved, locally or remote. Complete data loss. Perhaps, we need to visit the...

bug

Used isort to automate. Now have per line imports following pep8 order. Remove duplicate datetime import.

Finally, I gave a stab at #107 using Github Actions. :tada: Github Action requires `DOCKERHUB_USERNAME` and `DOCKERHUB_TOKEN` (generated on [DH's security settings](https://hub.docker.com/settings/security) page) to be set in the Github secrets...

Doesn't work on Windows :( ![image](https://user-images.githubusercontent.com/23485114/152763524-5634f32b-bf59-4279-9f22-be3bf8934c73.png)

So it'll be listed on https://github.com/topics/simplenote

Currently possible by searching for `tag:trash`. Should be more visible, or at least documented.

enhancement