# 使用 Homebrew, Nix 安装 nap

查看 nap 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:nap
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install nap
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#nap
```

  证据: nixpkgs package indexes: pkgs/by-name/na/nap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:nap
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/nap>
- **版本:** 0.1.1
- **来源摘要:** Code snippets in your terminal
- **主页:** <https://github.com/maaslalani/nap>
- **仓库:** <https://github.com/maaslalani/nap>
- **许可证:** MIT
- **源码归档:** <https://github.com/maaslalani/nap/archive/refs/tags/v0.1.1.tar.gz>
- **最后更新:** 2026-07-26T19:43:13+02:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- nap (cli)
- nap (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.1.1
- 管理器更新时间: 2026-07-26
- 本地数据: OK
- 上游仓库: https://github.com/maaslalani/nap
- 检测到的最新版本: v0.1.1 (当前)
## 项目历史与用法

Nap is a small Go terminal tool for saving, browsing, organizing, and outputting code snippets. Its README frames it as both a command-line interface and a text-user interface for snippets kept in the terminal.

### 项目历史

The GitHub repository was created on 2022-11-12, and the only GitHub releases returned by the releases API were v0.1.0 and v0.1.1, both published on 2022-11-21. The repository was still visible and starred in 2026, but the release history is short and the upstream scope is intentionally narrow.

The project comes from Maas Lalani's ecosystem of polished terminal tools. Nap's README emphasizes a simple workflow: launch `nap` for a TUI, save snippets from stdin or files, retrieve snippets by fuzzy-ish name, pipe snippets to files or clipboards, and store configuration under `$XDG_CONFIG_HOME/nap/config.yaml` or `$NAP_CONFIG`.

### 采用历史

GitHub API data fetched on 2026-07-01 showed 2,209 stars and 64 forks, which is good visibility for a personal productivity CLI. Homebrew's formula JSON generated on 2026-07-01 reported 145 installs over 365 days and 18 installs over 30 days, so package-manager usage is small even though the repository attracted attention.

The adoption pattern is typical for a boutique developer tool: users discover it from GitHub, demos, dotfiles, or terminal-tool circles, then use it if its local snippet workflow matches their habits. It is not infrastructure and has no broad dependency graph.

### 使用方式

Users run `nap` to open the TUI, press keys to create/edit/copy/delete snippets, or use CLI pipes such as `nap Notes/FizzBuzz.go < main.go`, `curl ... | nap Notes/FizzBuzz.go`, `nap list`, `nap go/boilerplate > main.go`, or `nap foobar | pbcopy`.

Package nerds should think of Nap as a dotfiles-adjacent productivity binary. The useful package metadata is the executable name, config location, and storage behavior; there is not much deeper ecosystem history beyond the repository and formula.

### 为什么软件包爱好者会关心

Nap is significant as a compact example of the modern Go TUI/CLI wave: single-purpose, Homebrew-installable, pipe-friendly, and intended to live inside a developer's terminal workflow. Its package significance is practical rather than infrastructural.

### 时间线

- 2022-11-12: maaslalani/nap repository created on GitHub.
- 2022-11-21: v0.1.0 and v0.1.1 releases published.
- 2026-07-01: Homebrew formula JSON listed stable version 0.1.1 and 145 installs over 365 days.

### Related projects

- Charm Gum
- pbcopy
- xclip
- GitHub Gist

### 来源

- <https://api.github.com/repos/maaslalani/nap>
- <https://api.github.com/repos/maaslalani/nap/releases?per_page=5>
- <https://formulae.brew.sh/api/formula/nap.json>
- <https://formulae.brew.sh/formula/nap>
- <https://github.com/maaslalani/nap>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $NAP_CONFIG, $XDG_CONFIG_HOME/nap/config.yaml
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** nap
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Nix - nap: normalized package name match | nixpkgs package indexes: pkgs/by-name/na/nap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/zh-hans/brew/go/) - Build dependency declared by Homebrew.
- [television](https://pkg.so/zh-hans/brew/television/) - Shares pkgdb curated category or tags: cli, developer-tools, productivity, terminal.
- [herdr](https://pkg.so/zh-hans/brew/herdr/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [navi](https://pkg.so/zh-hans/brew/navi/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [posting](https://pkg.so/zh-hans/brew/posting/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [icdiff](https://pkg.so/zh-hans/brew/icdiff/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [msedit](https://pkg.so/zh-hans/brew/msedit/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [the-way](https://pkg.so/zh-hans/brew/the-way/) - Shares pkgdb curated category or tags: cli, developer-tools, snippets, terminal.
- [fzf](https://pkg.so/zh-hans/brew/fzf/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal.
- [diffr](https://pkg.so/zh-hans/brew/diffr/) - Local package facts share a topical domain. Shared terms: cli, code, developer, developer-tools, terminal.

## Combined YAML source

View the package source record on GitHub. [combined/nap.yml](https://github.com/mxcl/pkgdb/blob/main/combined/nap.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
