Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add dnote/dnote/cli #10680

Merged
merged 4 commits into from
Mar 12, 2023

Conversation

CrystalMethod
Copy link
Contributor

dnote/dnote/cli: A simple command line notebook for programmers

$ aqua g -i dnote/dnote/cli

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ dnote
Dnote - a simple command line notebook

Usage:
  dnote [command]

Available Commands:
  add         Add a new note
  edit        Edit a note or a book
  find        Find notes by keywords
  help        Help about any command
  login       Login to dnote server
  logout      Logout from the server
  remove      Remove a note or a book
  sync        Sync data with the server
  version     Print the version number of Dnote
  view        List books, notes or view a content

Flags:
  -h, --help   help for dnote

Use "dnote [command] --help" for more information about a command.

[dnote/dnote/cli](https://github.com/dnote/dnote): A simple command line notebook for programmers
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Mar 12, 2023
@suzuki-shunsuke suzuki-shunsuke added this to the v3.145.0 milestone Mar 12, 2023
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke
Copy link
Member

🤔 It doesn't work on darwin/arm64.

$ aqua which dnote
/Users/shunsukesuzuki/.local/share/aquaproj-aqua/pkgs/github_release/github.com/dnote/dnote/cli-v0.14.0/dnote_0.14.0_darwin_arm64.tar.gz/dnote

$ dnote --help
FATA[0000] aqua failed                                   aqua_version=1.36.0 env=darwin/arm64 error="it failed to start the process" exe_name=dnote package=dnote/dnote/cli package_version=cli-v0.14.0 program=aqua

$ "$(aqua which dnote)" --help
zsh: killed     "$(aqua which dnote)" --help
$ file "$(aqua which dnote)"
/Users/shunsukesuzuki/.local/share/aquaproj-aqua/pkgs/github_release/github.com/dnote/dnote/cli-v0.14.0/dnote_0.14.0_darwin_arm64.tar.gz/dnote: Mach-O 64-bit executable arm64

https://github.com/dnote/dnote/releases/tag/cli-v0.14.0 was released 2 days ago. Not old.

I found a related issue.

@suzuki-shunsuke
Copy link
Member

pre built binary for darwin/amd64 works by Rosetta 2.

@suzuki-shunsuke suzuki-shunsuke merged commit d7be526 into aquaproj:main Mar 12, 2023
@suzuki-shunsuke
Copy link
Member

@CrystalMethod CrystalMethod deleted the feat/dnote/dnote/cli branch October 17, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants