vladislav doster
1d09c6bb0a
style: remove trailing whitespace ( #12303 )
2 years ago
Frieder Bluemle
9f2bbebdf7
docs: fix some capitalization typos( #11293 )
3 years ago
Marc Cornellà
9350e1ff87
fix(coffee): fix completion bug on missing `coffee` command ( #10759 )
...
This commit fixes the error
_coffee:49: bad math expression: operand expected at `< 2 '
when the coffee command is missing or the `coffee --version` command fails.
It also uses is-at-least to check for the cut-off version for suggesting
`--lint` and `--require` arguments, instead of using `cut` multiple times.
Fixes #10759
4 years ago
Marc Cornellà
610b2529d2
Clean up plugin READMEs and a few plugins
...
- fasd
- history
- mercurial
- pylint
- repo
- yii2
6 years ago
Janosch Schwalm
19b925e741
use https everywhere ( #6574 )
...
* use https everywhere
* use https links on the files that are left
Also, removed some broken links and updated redirections.
8 years ago
Alexander J. Dita
e96b12666a
Fixed typo ( #5369 )
...
Coffee was missing an F
10 years ago
Cooper Maruyama
9264d75d5d
Fix typo.
...
* `cfp` alias was referencing an old version of the `cf` command which
no longer exists. This has been updated to reference a valid command.
11 years ago
evanandrewrose
fe02e027fe
Fix "be" -> "b" typo in coffee plugin README.md.
11 years ago
Andrew Janke
5c8b0cc0c1
Add clipcopy() and clippaste() generic cross-platform CLI clipboard functions.
...
Change copydir, copyfile, and coffee plugins to use them, instead of the Mac-only `pbcopy` command.
11 years ago
Takumi IINO
1e8196de82
passing the first argument with double quote
11 years ago
Cooper Maruyama
d80918bf98
add markdown extension to README
11 years ago
Cooper Maruyama
24552f0225
Add readme and add new alias cfpc: paste+compile+copy
11 years ago
Cooper Maruyama
a315ddc075
typofix
11 years ago
Cooper Maruyama
8e8cdc0502
Add coffeescript aliases: cf, cfc, cfp
...
cf: compile and show output
cfc: compile & copy
cfp: compile from pasteboard & print
11 years ago
dongweiming
4fe4db5128
Update coffee completion
13 years ago
Josh Davis
4c96e530a3
Added a CoffeeScript plugin.
14 years ago