https://github.com/lomirus/tree_shell_link
Generate shell links (Windows shortcut, i.e. `.lnk` file) from the specified directory recursively.
https://github.com/lomirus/tree_shell_link
Last synced: 7 months ago
JSON representation
Generate shell links (Windows shortcut, i.e. `.lnk` file) from the specified directory recursively.
- Host: GitHub
- URL: https://github.com/lomirus/tree_shell_link
- Owner: lomirus
- Created: 2025-02-23T07:57:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T08:01:02.000Z (11 months ago)
- Last Synced: 2025-03-11T09:44:36.755Z (10 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
> [!WARNING]
> This program is only specified for Windows platform.
Generate shell links (Windows shortcut, i.e. `.lnk` file) from the specified directory recursively.
For example, this is `C:/tree_shell_link/foo`:
```
foo
├─a
└─b
└─c
```
Run `cargo run -- foo bar`, then `C:/tree_shell_link/bar` will be:
```
bar
├─a.lnk
└─b
└─c.lnk
```