You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# codimd-cli
2
2
3
-
Command-line tool for [CodiMD](https://github.com/hackmdio/codimd)and HackMD Enterprise, using **cookie session authentication** (no API token required).
3
+
Command-line tool for self-hosted [CodiMD](https://github.com/hackmdio/codimd)instances, using **cookie session authentication** (no API token required).
4
4
5
5
Built with [Bun](https://bun.sh), [Cliffy](https://cliffy.io/) for the traditional CLI, and [OpenTUI](https://github.com/anomalyco/opentui) for interactive mode.
6
6
7
+
For HackMD Enterprise or HackMD Cloud, use [hackmd-cli](https://github.com/hackmdio/hackmd-cli) instead.
8
+
7
9
## Requirements
8
10
9
11
-[Bun](https://bun.sh) >= 1.2
@@ -35,13 +37,11 @@ codimd-cli list
35
37
36
38
| Variable | Description |
37
39
|----------|-------------|
38
-
|`CMD_CLI_SERVER_URL`| CodiMD / HackMD server URL |
0 commit comments