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

add notes with scoop x64 #670

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Notes is an open source and cross-platform note-taking app that is both beautifu

Website: <a href="https://get-notes.com" target="_blank">get-notes.com</a>

## CLI
### install
> scoop install https://raw.githubusercontent.com/nuttyartist/notes/9781a347e38e2a5008f11281ea300850eb3967cd/notes.json

### To remove notes from the command line
> scoop uninstall notes # "and or scoop cache rm *" remove all apps with issues, including notes

## Screenshots

https://github.com/nuttyartist/notes/assets/16375940/714ffe3e-95ef-4233-b3da-58fcea33fbfa
Expand Down
5 changes: 5 additions & 0 deletions notes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"url": "https://github.com/nuttyartist/notes/releases/download/v2.2.1/Notes_2.2.1-Qt5.15.2-x64-Windows-Portable.zip",
"bin": "Notes.exe"
}