{"id":16165941,"url":"https://github.com/luisnquin/nao","last_synced_at":"2025-03-18T23:30:42.458Z","repository":{"id":36985106,"uuid":"505206974","full_name":"luisnquin/nao","owner":"luisnquin","description":"Take notes without worrying about the path where the file is 🌂","archived":false,"fork":false,"pushed_at":"2024-10-01T00:34:50.000Z","size":117722,"stargazers_count":20,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T12:56:17.574Z","etag":null,"topics":["cli","drunk","ls","note-taking","notes","terminal-editor"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luisnquin.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["luisnquin"]}},"created_at":"2022-06-19T19:59:18.000Z","updated_at":"2025-01-29T19:02:38.000Z","dependencies_parsed_at":"2024-10-27T19:18:26.748Z","dependency_job_id":"99e1e80f-a0bc-4c3f-aa5e-840ec1a3420a","html_url":"https://github.com/luisnquin/nao","commit_stats":{"total_commits":338,"total_committers":3,"mean_commits":"112.66666666666667","dds":0.00887573964497046,"last_synced_commit":"dd7593fb4fdba941d0855d20baa1e460c5a1196d"},"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisnquin%2Fnao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisnquin%2Fnao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisnquin%2Fnao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisnquin%2Fnao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luisnquin","download_url":"https://codeload.github.com/luisnquin/nao/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955715,"owners_count":20374372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","drunk","ls","note-taking","notes","terminal-editor"],"created_at":"2024-10-10T02:52:31.688Z","updated_at":"2025-03-18T23:30:42.453Z","avatar_url":"https://github.com/luisnquin.png","language":"Go","funding_links":["https://github.com/sponsors/luisnquin"],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\u003ccode\u003enao🍵\u003c/code\u003e\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/luisnquin/nao)](https://github.com/luisnquin/nao)\n[![CI](https://github.com/luisnquin/nao/actions/workflows/go.yml/badge.svg)](https://github.com/luisnquin/nao/actions/workflows/go.yml)\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\n[![GitHub stars](https://img.shields.io/github/stars/luisnquin/nao.svg?style=social\u0026label=Star\u0026maxAge=2592000)](https://github.com/luisnquin/nao)\n[![Built with Nix](https://img.shields.io/static/v1?logo=nixos\u0026logoColor=white\u0026label=\u0026message=Built%20with%20Nix\u0026color=41439a)](https://github.com/luisnquin/nao)\n\n\u003cp\u003eTake notes without worrying about the path where the file is\u003c/p\u003e\n\u003c/div\u003e\n\n## Features\n\n- [x] You know terminal, you know nao\n- [x] No need to specify a path to access a note\n- [x] Edit from terminal editor\n- [x] One writer and multiple readers by note\n\n## Demo\n\n[![asciicast](https://asciinema.org/a/9DETM5MtJaA9d0emviPvz1n0s.svg)](https://asciinema.org/a/9DETM5MtJaA9d0emviPvz1n0s)\n\n## Install\n\n```bash\n# Requires go 1.18\u003e=\n$ go install github.com/luisnquin/nao/v3/cmd/nao@v3.3.0\n```\n\n## Completions\n\nAdd the line(s) of your corresponding shell to your .zshrc|.bashrc file\n\n```bash\n# bash\nsource \u003c(nao completion bash)\n\n# zsh\nsource \u003c(nao completion zsh)\ncompdef _nao nao\n```\n\n## Configuration\n\n  Nao keeps its configuration file inside of a `nao` directory and the location depends on your operating system. This program leverages [XDG](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) to load its various configurations files. For information on the default locations for your OS please see [this link](https://github.com/adrg/xdg/blob/master/README.md).\n\n  | Unix            | macOS                              | Windows               |\n  |-----------------|------------------------------------|-----------------------|\n  | `~/.config/nao/config.yml` | `~/Library/Application Support/nao/config.yml` | `%LOCALAPPDATA%\\nao\\config.yml`  |\n\n```yaml\n# yaml-language-server: $schema=https://raw.githubusercontent.com/luisnquin/nao/main/docs/config.schema\n\n# The terminal editor\neditor:\n    # Possible values: nano, vim, nvim\n    name: nano\n    extraArgs: []\n# Possible values:\n# - default\n# - beach-day\n# - party\n# - nord\n# - no-theme\n# - rose-pine\n# - rose-pine-dawn\n# - rose-pine-moon\ntheme: default\n# In case an already open note is being called, the program can act in two ways\n# 1. Blocking access until the other note is closed\n# 2. Opening the note but in read-only mode for the selected editor\n#\n# The reason for this feature is to avoid overwriting issues\nreadOnlyOnConflict: false\n```\n\n## Why did I do this?\n\nNo one has been able to do this, so here we are\n\n## License\n\n[MIT](https://raw.githubusercontent.com/luisnquin/nao/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisnquin%2Fnao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluisnquin%2Fnao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisnquin%2Fnao/lists"}