Commit Graph

1631 Commits (155f0519a9d96c3b49ede478c538d9d06080a855)
 

Author SHA1 Message Date
Pedro Medeiros c8d925f150 Update plugin url 8 years ago
Pedro Medeiros afbfc830bb Add wttr plugin to omf
Add a wttr plugin to omf that interfaces with wttr.in service and shows weather information
8 years ago
Stephen M. Coakley c809051edd Bump minimum Fish version in installer (fix #243) 8 years ago
Luís Fiolhais 15e9af84b1 Search Function (#314)
Add new search command
8 years ago
Stephen M. Coakley 4b541ec0a1 Merge pull request #310 from sheldon/describe-fixes
Describe all packages fixed
8 years ago
Sheldon Els 355b519c1e describe all packages works again 8 years ago
Sheldon Els f7e1561067 indent correct on help for describe command 8 years ago
jona a79b6c1d2b add mokou to the theme registry (#315)
* Create mokou
8 years ago
Derek Willian Stavis e681f4c161 Merge pull request #309 from mathiasvr/patch-1
Remove vscode plugin
8 years ago
Mathias Rasmussen ce521018cc Merge branch 'master' into patch-1 8 years ago
Derek Willian Stavis 1f547f8fcb Merge pull request #311 from lfiolhais/small-readme-fixes
Small Readme Fixes
8 years ago
Luís Fiolhais 0335a806f1
Small Readme Fixes 8 years ago
Mathias Rasmussen cbe4cd64fc Remove vscode plugin
VSCode can add itself to PATH now.
8 years ago
Derek Willian Stavis ca2cf27b6c Merge pull request #308 from andrewrynhard/master
Update plugin-rustup URL
8 years ago
Andrew Rynhard 9db6c6b250 Update plugin-rustup URL 8 years ago
Derek Willian Stavis 159a87d330 Merge pull request #306 from andrewrynhard/plugin-rustup
Add plugin-rustup
8 years ago
Derek Willian Stavis a300d1ba65 Merge pull request #305 from andrewrynhard/fix_#303
Fix #303
8 years ago
Andrew Rynhard 1853f30dd6 Use local variables 8 years ago
Andrew Rynhard a5654cfec3 Use -L instead of -h 8 years ago
Andrew Rynhard 9b3a2586f2 Fix #303 8 years ago
Andrew Rynhard 80adc78ce7 Add plugin-rustup 8 years ago
Stephen M. Coakley 4fab28534f Merge pull request #301 from coderstephen/master
Add linuxbrew to db
8 years ago
Stephen Coakley 7b6f7fda1d Add linuxbrew to db 8 years ago
Derek Willian Stavis cdc31d78ba Merge pull request #300 from szwathub/master
Added a new theme named cyan
8 years ago
Cyan 31a09d02ac Update cyan 8 years ago
szwathub 8e7248290a a new theme named cyan 8 years ago
Derek Willian Stavis a8016c1588 Merge pull request #288 from oh-my-fish/registry/add-await
registry: add 'await' package
8 years ago
Derek Stavis e289a85bbf registry: add 'await' package 8 years ago
Justin Hileman fa7a3a33a8 Merge pull request #289 from demidovakatya/master
Improve grammar and punctuation for docs/RU
8 years ago
Derek Willian Stavis 74439cc18a Merge pull request #291 from sobolevn/master
Fixed links in the english docs.
8 years ago
sobolevn 1a2ac73c88 Fixed links in the english docs. There were broken links to the translated docs.
I have changed `docs/` to `../`, now it's fine.
8 years ago
Katya Demidova f73002d99d Improve grammar and punctuaiton for docs/RU 8 years ago
Justin Hileman 5260fd496a Merge pull request #287 from oranja/pkg-uptodate
bugfix: Core update reported failure when up-to-date
8 years ago
Itzik Ephraim 0fc99b38b4 bugfix: Core update reported failure when up-to-date 8 years ago
Derek Willian Stavis 0699c9ff40 Merge pull request #285 from oranja/pkg-uptodate
omf update: Report up-to-date packages as such
8 years ago
Itzik Ephraim 720c499e61 Report up-to-date packages as such 8 years ago
Itzik Ephraim f6b9bdd941 When pulling a repo, fetch first, to check for updates 8 years ago
Justin Hileman 2526efd9fd Merge pull request #266 from oh-my-fish/safe-exec
Implement safe shell reloading inside omf plugin
8 years ago
Derek Stavis a716badfd4 Implement safe shell reloading inside omf plugin
This commit adds an improved reload code for Oh My Fish, besides
saving the history now the reloading technique keeps directory
history and stack and clears fish_greeting, for a transparent
transition.

The reloading code is now safe regarding to background jobs. exec
wipes fish job control, so the user-facing code under the (just-
introduced by this commit) `omf reload` command is kept safe by a
warning. For testing purposes, `omf update` and `omf remove` rolls
automatic refresh only when `OMF_AUTO_RELOAD` variable is set.

Recap of the commit:
- Add improved reload code (omf.reload)
- Add a safe reload code (omf.cli.reload)
- Add `omf reload` command
- Add opt-in reload to `omf update` and `omf remove` commands
8 years ago
Justin Hileman d794969f23 Merge pull request #238 from VEINHORN/master
Add ru-RU docs
8 years ago
Justin Hileman 6323844b81 Merge pull request #280 from oranja/doctor-versions
`omf doctor` checks for fish & git versions
8 years ago
Itzik Ephraim 5764f0d9a4 `omf doctor` checks for fish & git versions
Minimum fish version: 2.2.0
Minimum git version: 1.9.5
8 years ago
Justin Hileman 8de7eb4c72 Merge pull request #276 from oh-my-fish/deprecate-refresh
lib: deprecate `refresh` function
8 years ago
Justin Hileman b490fad367 Merge branch 'master' into deprecate-refresh 8 years ago
Justin Hileman e04ba4f3f9 Merge pull request #284 from oh-my-fish/deprecate-available
lib: deprecate `available` function
8 years ago
Derek Stavis 65dfadfc02 lib: deprecate `available` function
This PR officially marks available as deprecated, moving the
deprecated functionality to omf plugin compat quarantine directory.
8 years ago
Derek Stavis 37705618b2 lib: deprecate `refresh` function
With great power comes great responsibility. This function is
somewhat low level, and is harmful to shell's user, as it
completely screws up with job control (subprocesses).

This PR officially marks `refresh` as deprecated, moving the
deprecated functionality to omf plugin `compat` quarantine
directory.
8 years ago
Justin Hileman 370913ec93 Merge pull request #279 from coderstephen/master
Add hash plugin to database
8 years ago
Stephen Coakley 75df085c0e Add hash plugin to database 8 years ago
Derek Willian Stavis abc7c958c9 Merge pull request #278 from rominf/ssh-config.d
Add ssh-config.d plugin into database
8 years ago