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

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.

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