https://github.com/csm-18/dsc
_dsc_ short for Desktop Shortcut Creator (for Linux Mint)
https://github.com/csm-18/dsc
go golang linux linuxmint
Last synced: 8 days ago
JSON representation
_dsc_ short for Desktop Shortcut Creator (for Linux Mint)
- Host: GitHub
- URL: https://github.com/csm-18/dsc
- Owner: csm-18
- License: mit
- Created: 2024-08-02T07:07:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T15:53:40.000Z (9 months ago)
- Last Synced: 2025-02-16T12:57:34.877Z (2 months ago)
- Topics: go, golang, linux, linuxmint
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dsc
_dsc_ short for Desktop Shortcut Creator (for Linux Mint)
dsc makes shortcut creation easy!
## Requirements:
1. os: Linux Mint.
2. golang version: go1.22.5 or above.## To Build The Project:
1. clone this repo.
2. cd into dsc directory.
3. run: go build
4. dsc binary is created in the root directory(dsc/).
5. place the binary at a place of your choice.
6. add dsc binary path to PATH environment variable: \
Add this line to .bashrc file:
```bash
export PATH=$PATH:
```
7. open a new terminal window and run:```bash
dsc version
```8. on how to use, run:
```bash
dsc help
```