feature: check spelling of remote files via fn(x)
This commit is contained in:
parent
4befc36c8b
commit
fa938d9df5
@ -278,6 +278,10 @@ function checkenlist() {
|
|||||||
aspell -d en list < "$1" | sort --unique --ignore-case
|
aspell -d en list < "$1" | sort --unique --ignore-case
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function checkenremote() {
|
||||||
|
curl -Lks "$1" > /tmp/file && checkenlist /tmp/file
|
||||||
|
}
|
||||||
|
|
||||||
# File stats helpers
|
# File stats helpers
|
||||||
# Find files bigger than X size and sort them by size
|
# Find files bigger than X size and sort them by size
|
||||||
function biggerthan() {
|
function biggerthan() {
|
||||||
|
Loading…
Reference in New Issue
Block a user