add alias for webarchive
This commit is contained in:
parent
37acba1d11
commit
d0deba31e0
@ -41,3 +41,6 @@ function logtalk() {
|
|||||||
path_swilgt=$(find /usr/local/Cellar/logtalk -name "*swilgt.sh" 2>/dev/null)
|
path_swilgt=$(find /usr/local/Cellar/logtalk -name "*swilgt.sh" 2>/dev/null)
|
||||||
sh "$path_swilgt"
|
sh "$path_swilgt"
|
||||||
}
|
}
|
||||||
|
function archive() {
|
||||||
|
open -na "Google Chrome" --args "https://web.archive.org/web/*/$*"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user