Update readme
This commit is contained in:
41
README.md
41
README.md
@@ -1,7 +1,7 @@
|
||||
# Downterm
|
||||
# CommandNotch
|
||||
|
||||
<p align="center">
|
||||
<img src="icons/Downterm-icon-256.png" width="128" alt="Downterm icon">
|
||||
<img src="icons/Downterm-icon-256.png" width="128" alt="CommandNotch icon">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
@@ -14,11 +14,11 @@
|
||||
<img src="https://img.shields.io/badge/license-MIT-black" alt="MIT License">
|
||||
</p>
|
||||
|
||||
Downterm is a notch-native terminal overlay for macOS. It gives you a fast shell without switching spaces, keeping a full Terminal window open, or breaking your flow. Open it with a hotkey, drop into a shell, then get out of the way just as quickly.
|
||||
CommandNotch is a notch-native terminal overlay for macOS. It gives you a fast shell without switching spaces, keeping a full Terminal window open, or breaking your flow. Open it with a hotkey, drop into a shell, then get out of the way just as quickly.
|
||||
|
||||
The current Xcode target and bundle name are still `CommandNotch`, but the project is being presented publicly as **Downterm**.
|
||||
The current Xcode target and bundle name are still `CommandNotch`, but the project is being presented publicly as **CommandNotch**.
|
||||
|
||||
## Why Downterm
|
||||
## Why CommandNotch
|
||||
|
||||
- You want a terminal that is always one shortcut away.
|
||||
- You like the idea of a terminal living in the menu bar / notch area instead of a full window.
|
||||
@@ -42,13 +42,19 @@ The current Xcode target and bundle name are still `CommandNotch`, but the proje
|
||||
|
||||
## Gallery
|
||||
|
||||
### Demo
|
||||
|
||||
[](.github/assets/CommandNotch-Demo.mp4)
|
||||
|
||||
Click the preview above to watch the demo recording.
|
||||
|
||||
### Open Notch Terminal
|
||||
|
||||

|
||||

|
||||
|
||||
### Settings
|
||||
|
||||

|
||||

|
||||
|
||||
## Getting Started
|
||||
|
||||
@@ -61,7 +67,7 @@ The current Xcode target and bundle name are still `CommandNotch`, but the proje
|
||||
### Build
|
||||
|
||||
```bash
|
||||
cd Downterm
|
||||
cd CommandNotch
|
||||
xcodegen generate --spec project.yml
|
||||
open CommandNotch.xcodeproj
|
||||
```
|
||||
@@ -69,7 +75,7 @@ open CommandNotch.xcodeproj
|
||||
Or from the command line:
|
||||
|
||||
```bash
|
||||
cd Downterm
|
||||
cd CommandNotch
|
||||
xcodegen generate --spec project.yml
|
||||
DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer \
|
||||
xcodebuild build -project CommandNotch.xcodeproj -scheme CommandNotch -destination 'platform=macOS'
|
||||
@@ -78,8 +84,8 @@ DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer \
|
||||
## Project Layout
|
||||
|
||||
```text
|
||||
Downterm/
|
||||
├── Downterm/ # XcodeGen spec, app target, tests
|
||||
CommandNotch/
|
||||
├── CommandNotch/ # XcodeGen spec, app target, tests
|
||||
├── docs/ # architecture and planning notes
|
||||
├── icons/ # app icons and branding assets
|
||||
└── .github/assets/ # README screenshots and support assets
|
||||
@@ -91,18 +97,15 @@ Contributions are welcome. If you want to fix bugs, improve the UX, tighten the
|
||||
|
||||
## Help Fund Development
|
||||
|
||||
If Downterm saves you time, support helps justify more polish and faster iteration.
|
||||
If CommandNotch saves you time, support helps justify more polish and faster iteration.
|
||||
|
||||
- Ko-fi: `ADD_YOUR_KOFI_LINK_HERE`
|
||||
- BCH: `ADD_YOUR_BCH_ADDRESS_HERE`
|
||||
|
||||
> Funding placeholders are intentionally left unfinalized until the maintainer adds the real Ko-fi URL and BCH address.
|
||||
> Replace the BCH placeholder above and swap in a real QR image before publishing this section widely.
|
||||
- Ko-fi: https://ko-fi.com/harvmaster
|
||||
- BCH: `bitcoincash:zq5xlhahsk8svzk562m3kwrzgd9hrm80mcu8slnzv3`
|
||||
|
||||
<p align="center">
|
||||
<img src=".github/assets/bch-qr-placeholder.svg" width="220" alt="Placeholder BCH QR card">
|
||||
<img src=".github/assets/bch-receiving-address.png" width="220" alt="BCH receiving address QR code">
|
||||
</p>
|
||||
|
||||
## License
|
||||
|
||||
Downterm is released under the [MIT License](LICENSE).
|
||||
CommandNotch is released under the [MIT License](LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user