Commit Graph

1796 Commits (master)
 

Author SHA1 Message Date
Pablo Santiago Blum de Aguiar 168ba68ccc fixup! Remove occurrences of `?` as a glob 5 years ago
Pablo Santiago Blum de Aguiar a4b2f1cfaa Remove occurrences of `?` as a glob
Since Fish Shell 3.0 [1], `?` as a glob is deprecated. Fixes #644

  1. https://github.com/fish-shell/fish-shell/releases/tag/3.0.0
5 years ago
Thales Mello c0e69a589e Put conf_file loop outside of init_file loop (#666) 5 years ago
Stephen M. Coakley 97b6b92cdd
Merge pull request #618 from oranja/609-installer-no-carets
Use posix stderr redirection (`2>` instead of `^`)
5 years ago
Stephen M. Coakley 5bd4a41d84
Merge pull request #662 from Anton-Latukha/add-toc
README: adding Table of contents
5 years ago
Stephen M. Coakley 2f91e8b617
Merge pull request #669 from oh-my-fish/code-owners
Add teams as code owners
5 years ago
Stephen M. Coakley 72b56c5aba Add teams as code owners 5 years ago
Stephen M. Coakley f119fb0055
Update issue templates (#667) 5 years ago
Anton-Latukha f661906685 README: adding Table of contents 6 years ago
Derek W. Stavis 355cc597fa
add conf.d to require mechanism (#653) 6 years ago
Stephen M. Coakley 17c1726ae3
Merge pull request #640 from idleberg/patch-1
fix typo
6 years ago
Jan T. Sott d2e3f607cc
fix typo
If I'm not mistaken, this command has been changed to use `plugin`, right?
6 years ago
Itzik Ephraim a6a67be60b Use posix stderr redirection (2> instead of ^)
Fish is deprecating `^` as a shortcut for stderr redirection.
Replace with the more common and compatible `2>`.

Fixes #609
6 years ago
Stephen M. Coakley 112fb3dbc2
Merge pull request #603 from oh-my-fish/fix/installer-old-fish-messages
use path queries compatible with old fish
6 years ago
Stephen M. Coakley ce38c3d4e2
use path queries compatible with old fish 6 years ago
Justin Hileman a845d19478
Merge pull request #596 from pxgamer/feature/fix-omf-new-year
Fix 'omf new' year in LICENSE files
6 years ago
pxgamer c78ce17637
Fix indentation style of omf.packages.new.fish 6 years ago
pxgamer 652d5e341a
Fix setting the variable for 'year' 6 years ago
pxgamer f8727bef89
Add YEAR token to the list of sed replacements 6 years ago
pxgamer 39a9cffc40
Replace year in LICENSE files with a token 6 years ago
Stephen M. Coakley e23739d3bb
Merge pull request #589 from pwendelboe/master
Change License Year
6 years ago
Paul Wendelboe 636a59e264
Change License Year
Bump License year to 2018.
6 years ago
Stephen M. Coakley 329673e4b7
Merge pull request #579 from oh-my-fish/sanity-checks
fix: #577 add environment sanity checks
6 years ago
Stephen M. Coakley 7592f43dea
fix: smarter AWK detection that supports nawk 6 years ago
Stephen M. Coakley 5943c22650
fix: error with BSD readlink 6 years ago
Stephen M. Coakley 65590470bc fix: #577 add environment sanity checks 7 years ago
Stephen M. Coakley cc3f836db1
Merge pull request #570 from pantuza/master
Typo: Update example to use correct command
7 years ago
Gustavo Pantuza 0e8b553fa2 Typo: Update example to use correct command
When creating new plugins the word 'pkg' does not exist for 'omf new' command.
The correct one is 'omf new plugin'.
7 years ago
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