https://github.com/ipcjs/cp_link
https://github.com/ipcjs/cp_link
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ipcjs/cp_link
- Owner: ipcjs
- Created: 2022-02-27T22:23:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T20:06:48.000Z (about 4 years ago)
- Last Synced: 2025-03-18T15:03:01.959Z (about 1 year ago)
- Language: Dart
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Some command-line tools.
- [cp-link](bin/cp_link.dart): copy file by hard link or symbolic link.
- [defender-danger-list](bin/defender_danger_list.dart): set Windows Defender exclude list by danger list.
- [dart-fix-rules](bin/dart_fix_rules.dart): fix a specific type of error in a dart code.
## Install
```sh
# get dependencies
dart pub get
# compile to exe
./install.sh
```