An open API service indexing awesome lists of open source software.

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)

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
```