Herobs
76b8c810aa
osx module mand fix
...
> The {query} has to be percent-escaped in macOS 11.
Just replace `:` to `%3A` work fine.
But add function like this one I find on stackoverflow to encode the entire query string would be more robust.
```bash
urldecode() {
# urldecode <string>
local url_encoded="${1//+/ }"
printf '%b' "${url_encoded//%/\\x}"
}
```
4 years ago
Ashish Gandhi
b6b43eb331
Rename "Mac OS X" to "macOS" in comments
...
This only changes references in text for human consumption. It leaves
out renaming paths because that can cause breaking changes.
Related issue https://github.com/sorin-ionescu/prezto/issues/1449 .
7 years ago
Indrajit Raychaudhuri
a60499f933
[general] Miscellaneous cleanup and formatting
7 years ago
Indrajit Raychaudhuri
d6276e8025
[osx] Support custom keyword used by `mand` to open man pages in Dash.app
...
`zstyle` based customization is now avaialble in *zpreztorc*.
7 years ago
Kaleb Elwert
7d5beeab51
Add comments into each of the function files to make them easier to find
7 years ago
Joel Kuzmarski
9a70a1675c
Remove manb from completion filename
8 years ago
nstCactus
ee249e50ee
FIXED: syntax error in osx module tab function
8 years ago
Griffin Yourick
e413ef5a97
Add support for iTerm2 v3 in tab function
8 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Sorin Ionescu
c74cf4b5e0
Prefix rarely used osx functions
11 years ago
Sorin Ionescu
72782528aa
Add functions to display and delete osx download history
11 years ago
Sorin Ionescu
bccfca8c10
Make osx functions autoloadable
11 years ago
Sorin Ionescu
b8bb51d7b5
Cast AppleScript paths to text
11 years ago
Sorin Ionescu
00e12b7a98
Add capability to browse man pages in Dash.app
11 years ago
Sorin Ionescu
232313e2a0
Remove Bwana.app support
...
Bwana.app has been stale for years. It no longer works properly.
11 years ago
Sorin Ionescu
e48dac79f3
Add double slash after Bwana.app's man protocol
...
Safari 6's unified location and search bar can no longer tell the
difference between a protocol and a colon search.
11 years ago
Sorin Ionescu
e2c5f2fb2c
[ Fix #396 ] Remove the osx trash function
...
The trash program found at http://hasseg.org/trash is a superior
implementation.
12 years ago
Sorin Ionescu
54e8b37c77
[ Fix #196 ] Remove compdef calls
13 years ago
Sorin Ionescu
a7340886b3
[ #23 ] Rename plugins to modules
13 years ago