SkillAgentSearch skills...

Tnote

Cloud Notebook in terminal. 终端中运行的云笔记本。

Install / Use

/learn @shalldie/Tnote
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- 中英文切换 --> <div align="right">

English | 中文

</div> <!-- 中英文切换 end --> <!-- 封面区域 --> <div align="center"> <img src="https://user-images.githubusercontent.com/9987486/229472271-62a5d923-f7b7-416c-913e-c842ecc2de4d.png" width="320" />

Cloud Notebook in terminal, based on Gist. 🦋

终端中运行的云笔记本,基于 Gist 构建。

Release Version Docker Image Version Go Version Go Reference Build Status License

<img src="https://github.com/shalldie/tnote/assets/9987486/57902934-4a58-482a-adff-fafba92dbae9" width="900"> </div> <!-- 封面区域 end -->

tnote is a notebook application running on Terminal, allowing you to quickly access, synchronize content, and record your idea on different devices.

  • [x] Application 🎯
    • [x] Shortcut keys, mouse operations
    • [x] Cloud storage persistence, support Github/Gitee
    • [x] i18n
  • [x] Files
    • [x] Add, delete, check, and modify
  • [x] Detail 📝
    • [x] Markdown highlighted
    • [x] Edit and save
  • [x] Installation
    • [x] binary
    • [x] go install
    • [x] docker

Prepare & Config

The application is built on gist, support Github/Gitee.

# ~/.bashrc, github
export TNOTE_GIST_TOKEN="<your_access_token>"

| Environment Variable | Default | Description | | :-------------------------------------------- | :-----: | :---------------------------------------------------- | | TNOTE_GIST_TOKEN / TNOTE_GIST_TOKEN_GITEE | | access token applied for | | TNOTE_LANG / LANG | en_US | Language preferred, optional values: en_USzh_CN |

Installation

1. binary

Download, download and execute it, adding to PATH would be even better.

| File | OS | | :------------------- | :----------------------- | | tnote.darwin-amd64 | Mac amd64Mac arm64 | | tnote.linux-amd64 | Linux amd64 | | tnote.linux-arm64 | Linux arm64 |

example:

# install
wget -O tnote [url]
sudo chmod a+x tnote
sudo mv tnote /usr/local/bin/tnote
# run
tnote

2. go install

Need go@1.20+ environment.

# install
go install github.com/shalldie/tnote@latest
# run
tnote

3. docker

docker run -it -e TNOTE_GIST_TOKEN=$TNOTE_GIST_TOKEN shalldie/tnote:latest

LICENSE

MIT

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Go

Security Score

95/100

Audited on Feb 3, 2026

No findings