Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waldirborbajr authored Feb 27, 2024
1 parent 2954a78 commit 967468d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,24 @@ This will download and install the latest version of glink. Make sure that your

### glink for symblinks

#### to link

```sh
glink .... #TODO
# To create a link to $HOMR
glink l

# To force overwrite existing link : **TODO** not implemented
glink f -f

# To remove (kill) all symblinks : **TODO** not implemented
glink k

# To remove a specific symblinks : **TODO** not implemented
glink r symlink-name


# To print all symlink created : **TODO** not implemented
glink p
```

## .glink-ignore`
Expand Down

0 comments on commit 967468d

Please sign in to comment.