Skip to content

zmre/mkalias

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkalias is a very simple program to create Finder aliases without having to script Finder. It is based on the approach described by Howard Oakley on his blog.

Why Not Script Finder to Create Aliases?

As described in this article, granting a program the ability to script the Finder indirectly gives it the equivalent of Full Disk Access even if the program itself has not been granted that ability. As of macOS 13.2.1, the example script in that article still works.

Building

Clone the repository and do cargo build --release. The binary will be found at target/release/mkalias once the build completes. If you don’t have a Rust environment, install cargo with your package manager or use rustup. The MSRV is set to the version of Rust in the nixpkgs used by the flake. There is also Nix flake in the repository that will set up a development environment.

About

A simple command-line tool to create Finder aliases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 62.7%
  • Nix 37.1%
  • Shell 0.2%