You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
OnorioCatenacci edited this page Feb 16, 2012
·
2 revisions
Enhancements
Use this page to discuss potential enhancements or additional behavior for Finnikin. Add a new topic for each enhancement.
sudo
I would like to add a "sudo" function. Signature would be something like this:
sudo string -> (a' -> unit) -> bool
That is, it would take a password string and a function to execute and return a boolean to indicate success or failure. I'm thinking of something like this:
let sudoResult = sudo password (copy sourcefile targetfile)
Comments or thoughts welcome.
alias / shortcut
Create the ability to quickly create a shortcut (or an alias on Linux/BSD) as a primitive function