https://github.com/hiddenalpha/bulk-ln
LN-like utility for mass link creation
https://github.com/hiddenalpha/bulk-ln
command-line-tool utility
Last synced: 10 months ago
JSON representation
LN-like utility for mass link creation
- Host: GitHub
- URL: https://github.com/hiddenalpha/bulk-ln
- Owner: hiddenalpha
- License: mit
- Created: 2022-05-30T15:28:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T19:57:28.000Z (over 1 year ago)
- Last Synced: 2025-06-21T05:08:02.019Z (about 1 year ago)
- Topics: command-line-tool, utility
- Language: C
- Homepage: https://git.hiddenalpha.ch/bulk-ln.git/tree/
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
BulkLn
================
`ln` alternative in case you think `ln` in a shell loop takes too much time to
create many links.
## How to build / install
Classic way:
```sh
curl -sSL http://git.hiddenalpha.ch/bulk-ln.git/snapshot/bulk-ln-master.tar.gz | tar xz
cd bulk-ln-master
./configure
make
make install
```
In case you prefer more sustainable build environments,
"./contrib/build-env-setup/README.md"
potentially is interesting for you.
## Stats For Nerds
```text
github.com/AlDanial/cloc
-------------------------------------------------
Language files blank comment code
-------------------------------------------------
C 2 66 79 294
Bourne Shell 1 23 7 117
Markdown 1 16 0 29
C/C++ Header 2 13 5 15
-------------------------------------------------
SUM: 6 118 91 455
-------------------------------------------------
```