Stephen M. Coakley
|
112fb3dbc2
|
Merge pull request #603 from oh-my-fish/fix/installer-old-fish-messages
use path queries compatible with old fish
|
2018-03-31 08:59:58 -05:00 |
|
Stephen M. Coakley
|
ce38c3d4e2
|
use path queries compatible with old fish
|
2018-03-30 10:13:48 -05:00 |
|
Justin Hileman
|
a845d19478
|
Merge pull request #596 from pxgamer/feature/fix-omf-new-year
Fix 'omf new' year in LICENSE files
|
2018-02-19 10:35:17 -08:00 |
|
pxgamer
|
c78ce17637
|
Fix indentation style of omf.packages.new.fish
|
2018-02-19 16:49:35 +00:00 |
|
pxgamer
|
652d5e341a
|
Fix setting the variable for 'year'
|
2018-02-19 16:47:28 +00:00 |
|
pxgamer
|
f8727bef89
|
Add YEAR token to the list of sed replacements
|
2018-02-19 16:20:25 +00:00 |
|
pxgamer
|
39a9cffc40
|
Replace year in LICENSE files with a token
|
2018-02-19 16:17:42 +00:00 |
|
Stephen M. Coakley
|
e23739d3bb
|
Merge pull request #589 from pwendelboe/master
Change License Year
|
2018-01-12 09:23:27 -06:00 |
|
Paul Wendelboe
|
636a59e264
|
Change License Year
Bump License year to 2018.
|
2018-01-06 14:59:44 -08:00 |
|
Stephen M. Coakley
|
329673e4b7
|
Merge pull request #579 from oh-my-fish/sanity-checks
fix: #577 add environment sanity checks
|
2018-01-02 11:38:19 -06:00 |
|
Stephen M. Coakley
|
7592f43dea
|
fix: smarter AWK detection that supports nawk
|
2018-01-02 11:26:20 -06:00 |
|
Stephen M. Coakley
|
5943c22650
|
fix: error with BSD readlink
|
2018-01-02 10:52:08 -06:00 |
|
Stephen M. Coakley
|
65590470bc
|
fix: #577 add environment sanity checks
|
2017-11-23 21:00:04 -06:00 |
|
Stephen M. Coakley
|
cc3f836db1
|
Merge pull request #570 from pantuza/master
Typo: Update example to use correct command
|
2017-11-09 14:45:44 -06:00 |
|
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'.
|
2017-10-25 19:05:43 -02:00 |
|
Stephen M. Coakley
|
1069f1fac2
|
Merge pull request #564 from oh-my-fish/release
Update changelog for v6
|
2017-10-05 13:46:14 -05:00 |
|
Stephen M. Coakley
|
cc60248053
|
Update changelog for v6
|
2017-10-05 12:15:28 -05:00 |
|
Stephen M. Coakley
|
31f1c3540b
|
Merge pull request #530 from oh-my-fish/fix/529-omf-new-theme
Fix #529
|
2017-10-05 11:31:03 -05:00 |
|
Stephen M. Coakley
|
2785f2d525
|
Fix #529
|
2017-10-05 10:45:01 -05:00 |
|
Stephen M. Coakley
|
a89771c1c3
|
Merge pull request #546 from oranja/readme_updates
Readme updates
|
2017-09-12 09:07:40 -05:00 |
|
Itzik Ephraim
|
b0d97e74b7
|
README: Add a Known Issues segment
|
2017-08-30 10:01:34 +03:00 |
|
Itzik Ephraim
|
3d395ada93
|
README: Add minimum requirements
|
2017-08-30 10:01:34 +03:00 |
|
Itzik Ephraim
|
70727f441a
|
README: Update Advanced information to fish 2.3+
Notes for fish 2.2 kept in a new subsection.
|
2017-08-30 10:01:34 +03:00 |
|
Justin Hileman
|
4bb9a21e0f
|
Merge pull request #548 from theBigDalt/patch-1
Fixed License shield link in README.md
|
2017-08-29 23:58:18 -07:00 |
|
Dalton Duvio
|
546606da89
|
Fixed License link
|
2017-08-29 16:12:46 -07:00 |
|
Stephen M. Coakley
|
12afc0de1c
|
Merge pull request #543 from pwendelboe/master
bump LICENSE year
|
2017-08-14 11:30:39 -05:00 |
|
pwendelboe
|
13c087f9d4
|
bump LICENSE year
|
2017-08-13 00:37:19 -07:00 |
|
Stephen M. Coakley
|
37748dbbe8
|
Merge pull request #502 from oh-my-fish/feature/portable-help-text
Refactor command execution and help
|
2017-06-29 09:32:26 -05:00 |
|
Stephen M. Coakley
|
fdb6520250
|
Compatibility with BSD sed
|
2017-06-26 10:33:41 -05:00 |
|
Stephen M. Coakley
|
dc211893b1
|
Improve docs
|
2017-06-17 16:33:02 -05:00 |
|
Stephen M. Coakley
|
b479197634
|
Update docs and formatter
|
2017-06-17 16:19:58 -05:00 |
|
Stephen M. Coakley
|
45cb2b7376
|
Update help text and completions
|
2017-06-17 16:19:58 -05:00 |
|
Stephen M. Coakley
|
bfe88ad604
|
Refactor command execution and help
- Copy and improve help text, and convert it to AsciiDoc files
- Evaluate commands dynamically
|
2017-06-17 16:19:58 -05:00 |
|
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
|
2017-06-13 11:41:23 -03:00 |
|
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)
|
2017-05-16 10:33:10 -05:00 |
|
Stephen M. Coakley
|
5eb63f5dfc
|
Be more careful about restoring backups (fix #509)
|
2017-05-16 09:52:57 -05:00 |
|
Stephen M. Coakley
|
bc8f3142f1
|
Merge pull request #508 from Lucaspbordignon/master
following the 'Also in' pattern (PT-BR)
|
2017-05-08 15:03:52 -05:00 |
|
Lucas Bordignon
|
eea3e38f1e
|
docs: following the 'Also in' pattern (PT-BR)
|
2017-05-02 15:16:58 -03:00 |
|
Stephen M. Coakley
|
751ca97a28
|
Merge pull request #505 from oh-my-fish/fix/search-only-desc
Limit search to name+description
|
2017-04-30 00:27:10 -05:00 |
|
Stephen M. Coakley
|
8092fba290
|
Limit search to name+description
|
2017-04-28 14:58:33 -05:00 |
|
Stephen M. Coakley
|
3c029f9ade
|
Merge pull request #507 from losoliveirasilva/patch-1
Add US flag to Brazilian Portuguese README
|
2017-04-28 14:57:46 -05:00 |
|
Leonardo de Oliveira da Silva
|
088ba17057
|
docs: add US flag to Brazilian Portuguese README
|
2017-04-28 16:39:34 -03:00 |
|
Stephen M. Coakley
|
174c51bc51
|
Merge pull request #503 from oh-my-fish/fix/better-theme-detection
Detect themes by fish_prompt instead of name
|
2017-04-26 22:15:23 -05:00 |
|
Stephen M. Coakley
|
32faf74bb7
|
Detect themes by fish_prompt instead of name
|
2017-04-26 22:11:35 -05:00 |
|
Gabriel César
|
3600f0bddf
|
docs: add Brazilian Portuguese translation
|
2017-04-27 00:07:40 -03:00 |
|
Stephen M. Coakley
|
c67aa9e166
|
Add SHA256 checksum for installer (#504)
* Add SHA256 checksum for installer
* Fix Travis
|
2017-04-26 15:00:45 -05:00 |
|
Stephen M. Coakley
|
168bd96a7d
|
Merge pull request #495 from oh-my-fish/path-error-handling
Handle missing theme setting more gracefully
|
2017-03-03 10:39:27 -06:00 |
|
Stephen M. Coakley
|
8aef0b2d33
|
Handle missing theme setting more gracefully
|
2017-03-03 09:27:44 -06:00 |
|
Stephen M. Coakley
|
6c5f3ba17a
|
Merge pull request #490 from oranja/master
Get oh-my-fish installer from a secure connection.
|
2017-03-03 09:26:48 -06:00 |
|
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.
|
2017-02-17 23:25:45 +02:00 |
|