Sung

Results 131 comments of Sung

I like the idea. Such feature could help users that might not want to put dot files in their `$HOME` directory. Just curious, because I am not well versed in...

Thanks for your suggestion @mszkb. Adding a build flag to disable embedding the frontend in the binary is a definitely a solution. However, there exists an even more low-key solution:...

Thanks for reporting the issue. Is the problem that `uuid-ossp` extension is not automatically installed as a part of the installation process due to a lack of superuser right? Sorry...

4 years later, this feature sounds to me less relevant to the project because the web client has been deprecated. Dnote is now entirely focused on command line. I will...

I am not fully aware of mobile apps that could connect to Dnote seamlessly. Looking into the Dnote API doc (https://github.com/dnote/dnote/wiki/Dnote-HTTP-API) might give you some direction about what API can...

With removal of the web interface in [v2.0.0](https://github.com/dnote/dnote/releases/tag/server-v2.0.0), how does everyone feel about the usefulness of this feature?

Implemented by #616 and released in v0.13.0

Hi @casapaco are you looking to install server or CLI? --- In the meantime, you can compile a CLI from source. Please see https://github.com/dnote/dnote/blob/master/CONTRIBUTING.md#build. Something like: ``` GOOS=linux GOARCH=386 make...

Now that the web client has been removed, this feature might be less relevant to the future roadmap. Therefore, I will close this. Please feel free to re-open.

This has been implemented. * Bash: https://github.com/dnote/dnote/blob/b47c792d5fcf610db103ab49c57862e49333e13f/pkg/cli/dnote-completion.bash * Zsh: https://github.com/dnote/dnote/blob/b47c792d5fcf610db103ab49c57862e49333e13f/pkg/cli/dnote-completion.zsh * Documentation: https://github.com/dnote/dnote/wiki/Dnote-CLI#auto-completion Also, oh-my-zsh comes with Dnote auto-completion plugin directly.