Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmdada/discord-nano-integration
Simple integration for gnu nano with discord (on linux)
https://github.com/cmdada/discord-nano-integration
Last synced: 25 days ago
JSON representation
Simple integration for gnu nano with discord (on linux)
- Host: GitHub
- URL: https://github.com/cmdada/discord-nano-integration
- Owner: cmdada
- License: gpl-3.0
- Created: 2023-11-16T07:21:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T10:01:16.000Z (10 months ago)
- Last Synced: 2024-01-09T11:09:38.213Z (10 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Discord-Nano-Integration
Discord-Nano-Integration is a (the) solution for integrating GNU Nano with Discord on Linux cause its a full blown ide :3.
## Usage Instructions
1. Start the systemd service:
- Place the script in `~/code/Discord-Nano-Integration/discordnano.py`
- Move the systemd service file to `~/.config/systemd/user/discordnano.service`
- Run: `systemctl --user enable discordnano.service --now`2. default:
- The integration is configured to use Micro by default cause if you're really using this you probably want the features of micro.3. using nano:
- to use nano instead of micro go to line 17 in the script and change micro to nano.