Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zarcolio/2ulb
Easy shortcut to make scripts executable and link them from /usr/local/bin
https://github.com/Zarcolio/2ulb
command-line link linux python3
Last synced: 7 days ago
JSON representation
Easy shortcut to make scripts executable and link them from /usr/local/bin
- Host: GitHub
- URL: https://github.com/Zarcolio/2ulb
- Owner: Zarcolio
- License: gpl-3.0
- Created: 2020-02-18T06:39:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T10:48:15.000Z (over 1 year ago)
- Last Synced: 2024-02-13T21:16:24.478Z (9 months ago)
- Topics: command-line, link, linux, python3
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2ulb
Easy shortcut to make scripts executable and link them from /usr/local/bin#Installation
```
git clone https://github.com/Zarcolio/2ulb
sudo python3 2ulb 2ulb.py
```# Use 2ulb.py
`sudo python 2ulb.py [-f]`Or after using 2ulb on 2ulb:
`sudo 2ulb [-f]`
Use -f to force an overwrite of the link in /usr/local/bin.
# Use 2ulb-curdir.sh
Install a symbolic link with 2ulb:`sudo 2ulb 2ulb-curdir.sh`
Then use 2ulb-curdir:
`2ulb-curdir `
For example:
`2ulb-curdir *.py`