Commit Graph

59 Commits

Author SHA1 Message Date
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
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
Lucas Bordignon
eea3e38f1e docs: following the 'Also in' pattern (PT-BR) 2017-05-02 15:16:58 -03:00
Leonardo de Oliveira da Silva
088ba17057 docs: add US flag to Brazilian Portuguese README 2017-04-28 16:39:34 -03:00
Gabriel César
3600f0bddf docs: add Brazilian Portuguese translation 2017-04-27 00:07:40 -03:00
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
2017-02-04 21:49:39 -06:00
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)
2017-01-21 23:25:00 -02:00
Andrew Komarnitskyi
0d820b18d7 Translation: Ukrainian version (#464)
* add ukrainian translation

* fix UA translate in readme

* fix UA translation in faq

* fix UA translation in packages.md

* fix documentation link
2017-01-04 13:57:32 -06:00
hak8or
2deac43804 Pure theme screenshot fixed to theme git repo screenshot (#418) 2016-11-27 17:25:47 -06:00
Derek Willian Stavis
7c3db938c2 docs: improve headers, use flag emojis for translations (#370) 2016-07-24 01:25:01 -03:00
Stephen M. Coakley
e9fb8ff3db Add hooks system for packages (#286) 2016-07-18 17:57:54 -05:00
John Rizzo
f79cd11899 Update Packages.md (#354)
Fixed spelling error
2016-06-28 19:53:16 -03:00
Derek Willian Stavis
7ed9fd6b4d docs/packages: better documentation (#345)
makes package docs better by refreshing hooks documentation
and also contributing process.
2016-06-14 22:20:04 -03:00
Derek Willian Stavis
a164ebdd5d init: rewrite init process (#260)
* init: rewrite init process

Now use pure globbing to generate 100% valid function and
completion paths, effectively splitting the init process in two
steps, one which paths are added, and other when initialization
is done (sourcing init).

This initialization code introduces a new interface for
`init.fish` hook, which deprecates the previously used event
model. The new interface injects three variables into `init.fish`:
path, package and bundle. This variables can be used by the
package to autoload paths, use bundled files, etc.

Also supports key bindings by sourcing
$OMF_CONFIG/key_bindings.fish and also key_bindings.fish in
packages (plugins and themes) root directories. This is done
when fish_user_key_bindings is called.

* omf: migrate to new init hook

* omf/templates: migrate to new init and uninstall hooks

* docs: document new init and uninstall hooks interface

* README: update new hook interface spec
2016-06-01 01:09:38 -03:00
Justin Hileman
fa7a3a33a8 Merge pull request #289 from demidovakatya/master
Improve grammar and punctuation for docs/RU
2016-03-30 18:23:35 -07:00
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.
2016-03-30 15:12:15 +03:00
Katya Demidova
f73002d99d Improve grammar and punctuaiton for docs/RU 2016-03-30 11:35:55 +03:00
Justin Hileman
d794969f23 Merge pull request #238 from VEINHORN/master
Add ru-RU docs
2016-03-24 01:13:27 -07:00
Derek Stavis
a52bd8564c docs: update Themes.md 2016-01-25 16:29:02 -02:00
Stephen Coakley
abe20318f9 Add chain theme to db 2016-01-20 17:30:02 -06:00
Katya Demidova
d01435bead Tiny improvements 2016-01-20 05:24:57 +03:00
VEINHORN
38a8c9b58b Update links 2016-01-19 22:44:54 +03:00
VEINHORN
1d8ac55521 Add several fixes to language menus 2016-01-17 19:44:26 +03:00
VEINHORN
79850c6b18 Update links in language menus 2016-01-17 19:38:56 +03:00
VEINHORN
ebb394318c Translate README to Russian 2016-01-17 19:32:43 +03:00
VEINHORN
db1e337179 Translate Packages to Russian 2016-01-17 18:40:11 +03:00
VEINHORN
b0fca32f5c Translate FAQ to Russian 2016-01-17 16:45:53 +03:00
Derek Stavis
63cfb33159 registry: Add lolfish theme 2016-01-16 12:02:57 -02:00
Hasan Ozgan
6f01f9b518 themes.md regenerate with script 2016-01-14 23:35:57 +02:00
Hasan Ozgan
fd1cd0f5f7 registry: add hasanozgan/theme-lambda 2016-01-14 04:49:56 +02:00
Hasan Ozgan
6582dde609 registry: add hasanozgan/theme-lambda 2016-01-14 00:01:32 +02:00
Itzik Ephraim
66a1dad908 Update theme docs (Themes.md) 2016-01-13 09:22:00 +02:00
Itzik Ephraim
1d79b83ae8 registry: add rafaelrinaldi/theme-pure 2016-01-12 22:58:56 +02:00
Bruno Pinto
d3760c487d Remove update instructions
Oh My Fish has been stable for many months, we no longer need the update
instructions on the main README.
2016-01-04 12:40:19 +00:00
Hyeon Kim
607f7603fd Update doc/Themes.md 2016-01-03 09:48:16 +09:00
Derek Stavis
ad00a83e37 README: Use SVG logo instead of PNG one
Use rawgit to serve assets with correct Content-Type.
2015-11-30 01:30:03 -02:00
Derek Stavis
e4f1c2e021 Logo: Fine-tune logo, add a optimized SVG file
- Complete redraw with pixel alignment by design
- Use a image size of 1024 x 1024px
- Base logo alignments on iOS 7 icon grid
- Use background corner rounding of 48px
- Optimize SVG file with svgo tool (minification)
2015-11-30 01:24:32 -02:00
haishanh
4a1ba2435f Update zh-CN README
- Add <Update Instructions>
 - Add <preview available Themes>
2015-11-08 03:12:03 +11:00
Pyry-Samuli Lahti
d27d32034d Add namespaces to generate-themes-doc.fish
* Resolves oh-my-fish/oh-my-fish#116
2015-11-03 17:42:19 +02:00
Umayr Shahid
71c5afa6a6 Add theme: Sushi 2015-10-19 19:44:55 +05:00
Derek Stavis
472c5e1eaf zh-CN/README: Remove src attribute from spacer 2015-10-03 17:21:16 -03:00
Derek Stavis
b2b46144ad zh-CN/README: Update header badges 2015-10-03 17:21:16 -03:00
Bruno Pinto
bc0d4847e8 Resolve #30: omf doctor command
In order to pro-actively diagnose an issue on someone's computer, a
`omf doctor' command is being added. This command will initially check
errors that could cause a theme to not be loaded, but in the future more
checks are going to be added to prevent issues from being created for
problems that are fixable by the Oh My Fish user alone.
2015-10-03 21:04:30 +01:00
Derek Stavis
792e3b7b72 install: Replace source by fish invocation 2015-10-02 20:50:39 -03:00
Derek Stavis
ddafb8c22f Update installation script instructions 2015-10-02 20:35:02 -03:00
Stephen Coakley
18679d866e Split custom "init.fish" into clearer "before.init.fish" and "init.fish" 2015-10-02 11:33:23 -05:00
PastLeo
32344b305c add pastfish theme and update theme-doc 2015-10-02 03:01:56 +08:00