https://github.com/cloudwerx-dev/ldlt
LDLT: An Interactive Bash script that seamlessly integrates Cursor into your Linux environment. With just one command, you can set up terminal commands, system icons, desktop launchers, and file manager context menu actions for editors like Cursor, VSCode, VSCode Insiders, and Windsurf. Takes the pain out of using Cursors AppImage!
https://github.com/cloudwerx-dev/ldlt
ai bash code cursor dev insiders ldlt linux mint nemo scripts sh shell terminal tools ubuntu vscode windsurf
Last synced: 2 months ago
JSON representation
LDLT: An Interactive Bash script that seamlessly integrates Cursor into your Linux environment. With just one command, you can set up terminal commands, system icons, desktop launchers, and file manager context menu actions for editors like Cursor, VSCode, VSCode Insiders, and Windsurf. Takes the pain out of using Cursors AppImage!
- Host: GitHub
- URL: https://github.com/cloudwerx-dev/ldlt
- Owner: CLOUDWERX-DEV
- License: mit
- Created: 2025-03-12T21:32:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T21:34:15.000Z (7 months ago)
- Last Synced: 2025-03-12T22:28:34.608Z (7 months ago)
- Topics: ai, bash, code, cursor, dev, insiders, ldlt, linux, mint, nemo, scripts, sh, shell, terminal, tools, ubuntu, vscode, windsurf
- Language: Shell
- Homepage: http://cloudwerx.dev
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🚀 LDLT: Linux Dev Launcher Tool
![]()
Streamline your development environment in Linux
Streamline your development environment in Linux
## 🌟 OverviewLDLT is a colorful, interactive Bash script that seamlessly integrates Cursor into your Linux environment. With just one command, you can set up terminal commands, system icons, desktop launchers, and file manager context menu actions for editors like Cursor, VSCode, VSCode Insiders, and Windsurf. Takes the pain out of using Cursors AppImage!
## ✨ Features
- **🖥️ Terminal Integration**: Run Cursor from anywhere in your terminal
- **🔍 AppImage Support**: Register Cursor PATH for system commands
- **🎨 Icon Installation**: System-wide Cursor icon installation for proper desktop integration
- **📋 Context Menu Actions**: Add right-click "Open in..." options to your Nemo file manager
- **📱 Application Launcher**: Integrate Cursor with your system's application menu
- **💥 Easter Egg**: Includes a fun nuclear launch animation (because why not?)## 📋 Requirements
- Linux distribution with Bash
- Sudo privileges for system-wide integration
- Nemo file manager (for context menu actions)
- A Cursor AppImage## 🚀 Installation
1. Clone this repository:
```bash
git clone http://github.com/CLOUDWERX-DEV/ldlt.git
cd ldlt
```2. Make the script executable:
```bash
chmod +x ldlt.sh
```3. Run the script:
```bash
./ldlt.sh
```## 📚 Usage
### Main Menu Options
1. **Install Cursor AppImage to PATH**: Register the Cursor AppImage as a system command
```bash
# After installation, use from anywhere:
cursor # Open Cursor
cursor . # Open current directory
cursor myproject/ # Open specific directory
cursor file.js # Open specific file
```2. **Install Cursor Icon System-Wide**: Add the Cursor icon to your system
```
Makes Cursor show up properly in application launchers and context menus
```3. **Add Dev Launch Actions to Nemo Context Menu**: Add "Open in..." actions to your file manager
```
Adds right-click options to open files/folders in your preferred editors
```4. **Launch a Nuke**: Enjoy a colorful terminal animation
5. **Do It All!**: Perform all operations in sequence for a complete setup
## 🤝 Contributing
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requestsPlease ensure your code follows the project's style and includes appropriate tests.
## 📃 License
This project is licensed under the MIT License - see the [LICENSE](http://github.com/CLOUDWERX-DEV/ldlt/LICENSE) file for details.
---
Made by CLOUDWERX LAB: Check us out at http://cloudwerx.dev | http://github.com/CLOUDWERX-DEV
Happy coding! 💻