Commit Graph

1668 Commits (1069f1fac2003a532b7a2920886589e600adaf20)
 

Author SHA1 Message Date
Stephen M. Coakley 1069f1fac2 Merge pull request #564 from oh-my-fish/release
Update changelog for v6
7 years ago
Stephen M. Coakley cc60248053
Update changelog for v6 7 years ago
Stephen M. Coakley 31f1c3540b Merge pull request #530 from oh-my-fish/fix/529-omf-new-theme
Fix #529
7 years ago
Stephen M. Coakley 2785f2d525
Fix #529 7 years ago
Stephen M. Coakley a89771c1c3 Merge pull request #546 from oranja/readme_updates
Readme updates
7 years ago
Itzik Ephraim b0d97e74b7 README: Add a Known Issues segment 7 years ago
Itzik Ephraim 3d395ada93 README: Add minimum requirements 7 years ago
Itzik Ephraim 70727f441a README: Update Advanced information to fish 2.3+
Notes for fish 2.2 kept in a new subsection.
7 years ago
Justin Hileman 4bb9a21e0f Merge pull request #548 from theBigDalt/patch-1
Fixed License shield link in README.md
7 years ago
Dalton Duvio 546606da89 Fixed License link 7 years ago
Stephen M. Coakley 12afc0de1c Merge pull request #543 from pwendelboe/master
bump LICENSE year
7 years ago
pwendelboe 13c087f9d4
bump LICENSE year 7 years ago
Stephen M. Coakley 37748dbbe8 Merge pull request #502 from oh-my-fish/feature/portable-help-text
Refactor command execution and help
7 years ago
Stephen M. Coakley fdb6520250
Compatibility with BSD sed 7 years ago
Stephen M. Coakley dc211893b1
Improve docs 7 years ago
Stephen M. Coakley b479197634
Update docs and formatter 7 years ago
Stephen M. Coakley 45cb2b7376
Update help text and completions 7 years ago
Stephen M. Coakley bfe88ad604
Refactor command execution and help
- Copy and improve help text, and convert it to AsciiDoc files
- Evaluate commands dynamically
7 years ago
Necmettin Karakaya 451b8e9d89 omf search update in readme. --pkg to -p
Usage:
  omf search (-p/--plugin | -t/--theme) <name>  Search for a plugin or theme

Examples:
  omf search -p nvm
  omf search -t bobthefish
  omf search vi
7 years ago
Stephen M. Coakley c99c7afa01 Merge pull request #512 from oh-my-fish/fix/installer-ask-before-restore
Be more careful about restoring backups (fix #509)
7 years ago
Stephen M. Coakley 5eb63f5dfc
Be more careful about restoring backups (fix #509) 7 years ago
Stephen M. Coakley bc8f3142f1 Merge pull request #508 from Lucaspbordignon/master
following the 'Also in' pattern (PT-BR)
7 years ago
Lucas Bordignon eea3e38f1e docs: following the 'Also in' pattern (PT-BR) 7 years ago
Stephen M. Coakley 751ca97a28 Merge pull request #505 from oh-my-fish/fix/search-only-desc
Limit search to name+description
7 years ago
Stephen M. Coakley 8092fba290
Limit search to name+description 7 years ago
Stephen M. Coakley 3c029f9ade Merge pull request #507 from losoliveirasilva/patch-1
Add US flag to Brazilian Portuguese README
7 years ago
Leonardo de Oliveira da Silva 088ba17057 docs: add US flag to Brazilian Portuguese README 7 years ago
Stephen M. Coakley 174c51bc51 Merge pull request #503 from oh-my-fish/fix/better-theme-detection
Detect themes by fish_prompt instead of name
7 years ago
Stephen M. Coakley 32faf74bb7
Detect themes by fish_prompt instead of name 7 years ago
Gabriel César 3600f0bddf docs: add Brazilian Portuguese translation 7 years ago
Stephen M. Coakley c67aa9e166 Add SHA256 checksum for installer (#504)
* Add SHA256 checksum for installer

* Fix Travis
7 years ago
Stephen M. Coakley 168bd96a7d Merge pull request #495 from oh-my-fish/path-error-handling
Handle missing theme setting more gracefully
7 years ago
Stephen M. Coakley 8aef0b2d33
Handle missing theme setting more gracefully 7 years ago
Stephen M. Coakley 6c5f3ba17a Merge pull request #490 from oranja/master
Get oh-my-fish installer from a secure connection.
7 years ago
Itzik Ephraim ea413d6752 Get oh-my-fish installer from a secure connection.
Use HTTPS schema instead of cleartext HTTP.
SSL certificate provided by letsencrypt.com
Installed on private nginx server for redirection.
7 years ago
Stephen M. Coakley 922902a99d Merge pull request #488 from oh-my-fish/prepare-release-5
Update release date
7 years ago
Stephen M. Coakley 8dc5dd25c6
Update release date 7 years ago
Stephen M. Coakley 155f0519a9 Prepare for v5 release (#486) 7 years ago
Stephen M. Coakley a428f29c54 Update functions directory in function path when setting theme (#485) 7 years ago
Stephen M. Coakley f2c2022fb4 Update Docker image to Fish 2.5.0 (#484) 7 years ago
Stephen M. Coakley 2d1deeb5fd Replace package database with independently installed package repositories (#427)
Replace package database with independently installed package repositories

- Add support for fetching and installing from package repositories containing package URLs and metadata
- Support multiple package repository sources
- Add new repo command
- Remove submit command
- Enhance describe and search commands
- Fix and improve help text for new and adjusted commands
- Fix bundle install exit status
- Refer to plugins as "plugins" instead of the general term "packages"
- Code clarity improvements
- Put plugin/theme distinction into package metadata
7 years ago
Justin Hileman e2c3343ebb Merge pull request #481 from scorphus/issue-328-docs
Docs on how to set variables in `init.fish` (#328)
7 years ago
Pablo Santiago Blum de Aguiar b1eee388c1 Docs on how to set variables in `init.fish` (#328)
Fix #328
7 years ago
Itzik Ephraim 284f5b5518 [generate-themes-doc.fish] Ignore '.git' suffix on theme URLs (#472)
* Ignore '.git' suffix on theme URLs.
* Regenerated the Themes doc (after a long hiatus)
7 years ago
Damon Poole 38d4badbd2 Added emoji-powerline theme (#469) 7 years ago
Dennis Evert 3a54734a39 Add BLT plugin to pkg database (#474) 7 years ago
Henrik W Lund d8bc265a87 Added fish_logo package to registry (#473) 7 years ago
Gerard Ribugent Navarro 9c61978ee1 Add Gentoo theme (#475) 7 years ago
Stephen M. Coakley 016ea34a9b oops (#470) 8 years ago
Stephen M. Coakley e888766342 Prepare release 4 (#468)
* Update authors list

* Add release notes for v4
8 years ago