diff --git a/README.md b/README.md index 751dfbb..d2f322f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ fisher ~/my_aliases Use it a la vundle. Edit your fishfile and run `fisher` to satisfy changes. -> [What is a fishfile and how do I use it?](#7-what-is-a-fishfile-and-how-do-i-use-it) +> [What is a fishfile and how do I use it?](#6-what-is-a-fishfile-and-how-do-i-use-it) ```sh $EDITOR fishfile # add plugins @@ -131,7 +131,7 @@ fisher help z ### 1. What fish version is required? -fisherman was built for fish >= 2.3.0. If you are using 2.2.0, append the following code to your `~/.config/fish/config.fish` for [snippet](#10-what-is-a-plugin) support. +fisherman was built for fish >= 2.3.0. If you are using 2.2.0, append the following code to your `~/.config/fish/config.fish` for [snippet](#8-what-is-a-plugin) support. ```fish for file in ~/.config/fish/conf.d/*.fish @@ -187,11 +187,7 @@ This mechanism only installs plugins and missing dependencies. To remove a plugi Browse the [organization] or use the [online] search to discover content. -### 8. How do I upgrade from ____? - -fisherman does not interfere with any known frameworks. If you want to uninstall oh my fish, refer to their documentation. - -### 9. What is a plugin? +### 8. What is a plugin? A plugin is: @@ -201,7 +197,7 @@ A plugin is: 3. a snippet, i.e, one or more `.fish` files inside a directory named `conf.d` that are evaluated by fish at the start of the shell -### 10. How can I list plugins as dependencies to my plugin? +### 9. How can I list plugins as dependencies to my plugin? Create a new `fishfile` file at the root level of your project and write in the plugin dependencies. @@ -211,12 +207,6 @@ https://github.com/dude/sweet https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` -### 11. What about fundle? +### 10. What about fundle? fundle inspired me to use a bundle file, but it still has limited capabilities and requires you to modify your fish configuration. - -### 12. I have a question or request not addressed here. Where should I put it? - -Create a new ticket on the issue tracker: - -* https://github.com/fisherman/fisherman/issues diff --git a/docs/es-ES/README.md b/docs/es-ES/README.md index 8b365e4..269f695 100644 --- a/docs/es-ES/README.md +++ b/docs/es-ES/README.md @@ -77,7 +77,7 @@ fisher ~/my_aliases A la vundle. Edita el fishfile y entra `fisher` para satisfacer los cambios. -> [¿Qué es el fishfile y cómo lo utilizo?](#7-qué-es-el-fishfile-y-cómo-lo-uso) +> [¿Qué es el fishfile y cómo lo utilizo?](#6-qué-es-el-fishfile-y-cómo-lo-uso) ```sh $EDITOR fishfile # añade paquetes @@ -131,7 +131,7 @@ fisher help z ### 1. ¿Qué versión de fish se requiere? -fisherman fue diseñado para fish >= 2.3.0. Si estás en 2.2.0 y no puedes actualizarte por algún motivo, añade este código a `~/.config/fish/config.fish` para poder ejecutar [snippets](#10-qué-es-un-paquete). +fisherman fue diseñado para fish >= 2.3.0. Si estás en 2.2.0 y no puedes actualizarte por algún motivo, añade este código a `~/.config/fish/config.fish` para poder ejecutar [snippets](#8-qué-es-un-paquete). ```fish for file in ~/.config/fish/conf.d/*.fish @@ -160,21 +160,7 @@ fisher self-uninstall Sí. -### 5. ¿Por qué fisherman? ¿Por qué no ____? - -fisherman tiene / es: - -* Diminuto y cabe en un solo archivo - -* No influye en el tiempo de inicio de la sesión - -* Rápido y fácil de instalar, actualizar y desinstalar - -* No requiere modificar tu configuración de fish - -* Usa el sistema XDG de directions base correctamente - -### 6. ¿Dónde guarda fisherman las cosas? +### 5. ¿Dónde guarda fisherman las cosas? fisherman mismo va en `~/.config/fish/functions/fisher.fish`. @@ -182,7 +168,7 @@ El caché y la configuración en `~/.cache/fisherman` y `~/.config/fisherman` re El fishfile en `~/.config/fish/fishfile`. -### 7. ¿Qué es el fishfile y cómo lo uso? +### 6. ¿Qué es el fishfile y cómo lo uso? El fishfile `~/.config/fish/fishfile` registra todos los paquetes que están instalados. @@ -197,15 +183,11 @@ omf/grc Este mecanismo solo instala paquetes y dependecias necesarias. Para remover paquetes, usa `fisher rm`. -### 8. ¿Dónde consigo las lista de paquetes para fish? +### 7. ¿Dónde consigo las lista de paquetes para fish? Diríjete a la [organización] o usa la búsqueda [en línea] para descrubir contenido. -### 9. ¿Cómo puedo migrar desde ____? - -fisherman no interfiere con otros sistemas conocidos. Si quieres desinstalar oh my fish, diríjete a su documentación - -### 10. ¿Qué es un paquete? +### 8. ¿Qué es un paquete? Un paquete es: @@ -215,7 +197,7 @@ Un paquete es: 3. un snippet, es decir, uno o más archivos `.fish` en un directorio llamado `conf.d` que son ejecutados por fish al inicio de la sesión. -### 11. ¿Cómo puedo añadir dependencias a mi plugin? +### 9. ¿Cómo puedo añadir dependencias a mi plugin? Crea un `fishfile` en el nivel raíz de tu proyecto y escribe los paquetes. @@ -225,12 +207,6 @@ https://github.com/dude/sweet https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` -### 12. ¿Qué puedes decir de fundle? +### 10. ¿Qué puedes decir de fundle? fundle fue la inspiración para utilizar el fishfile, pero todavía es limitado en sus capacidades y hace requisito modificar la configuración de fish. - -### 13. Tengo una pregunta que no aparece aquí. ¿Dónde pregunto? - -Crea un nuevo ticket en el issue tracker: - -* https://github.com/fisherman/fisherman/issues diff --git a/docs/jp-JA/README.md b/docs/jp-JA/README.md index 604d9be..a4ead5c 100644 --- a/docs/jp-JA/README.md +++ b/docs/jp-JA/README.md @@ -77,7 +77,7 @@ fisher ~/my_aliases vundleのように、「fishfile」というファイルに、プラグインたちを打って、`fisher`を入力すると、インストールされる。 -> [fishfileとは?](#7-fishfileとは) +> [fishfileとは?](#6-fishfileとは) ```sh $EDITOR fishfile # プラグインを入れる @@ -131,7 +131,7 @@ fisher help z ### 1. fishの必要なバージョンとは? -fish >= 2.3.0は必要です。まだ2.2.0を利用中であれば、[snippets](#10-プラグインとは)の対応のため、次のコードを`~/.config/fish/config.fish`に書いてください。 +fish >= 2.3.0は必要です。まだ2.2.0を利用中であれば、[snippets](#8-プラグインとは)の対応のため、次のコードを`~/.config/fish/config.fish`に書いてください。 ```fish for file in ~/.config/fish/conf.d/*.fish @@ -188,11 +188,7 @@ omf/grc fishermanの[organization]や、[ウェブサイト]等で、プラグインを検索できます。 -### 8. 他のシステムからのアップグレード方法とは? - -fishermanは他のフィッシュシェルフレームワーク等に関係ないです。もし、oh-my-fish等をアンインストールしたい場合、あちらのドキュメンテーションを参考してください。 - -### 9. プラグインとは? +### 8. プラグインとは? プラグインとは @@ -202,7 +198,7 @@ fishermanは他のフィッシュシェルフレームワーク等に関係な 3. スニペット。つまり、1以上の`.fish`ファイルを`conf.d`といディレクトリに。こちらのファイルがフィッシュシェルがスタートする際に実行されます。 -### 10. 自分のプラグインを、他のプラグインのデペンデンシーにしたい場合は? +### 9. 自分のプラグインを、他のプラグインのデペンデンシーにしたい場合は? プラグインのrootディレクトリに`fishfile`編集して、そのプラグインを打ってください。 @@ -212,12 +208,6 @@ https://github.com/dude/sweet https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` -### 11. fundleはどう? +### 10. fundleはどう? fundleを参考しながら、vundleのようにfishfileを使いたいと思いましたが、fundle自体はまだ特徴はすくないですし、フィッシュシェルの設定をいじることは必要です。 - -### 12. 質問がありますが、どこに書いたらいいですか? - -新しいissueを作って頂いて、英語でも、日本語でも対応しております。 - -* https://github.com/fisherman/fisherman/issues diff --git a/docs/zh-CN/README.md b/docs/zh-CN/README.md index b60408a..9d082aa 100644 --- a/docs/zh-CN/README.md +++ b/docs/zh-CN/README.md @@ -77,7 +77,7 @@ fisher ~/my_aliases 使用 [vundle](https://github.com/VundleVim/Vundle.vim) 的方式安装插件,编辑你的 fishfile 并运行 `fisher` 去安装插件。 -> [什么是 fishfile 以及如何使用它?](#7-什么是-fishfile-以及如何使用它) +> [什么是 fishfile 以及如何使用它?](#6-什么是-fishfile-以及如何使用它) ```sh $EDITOR fishfile # add plugins @@ -131,7 +131,7 @@ fisher help z ### 1. fish 的版本要求多少? -fisherman 要求 2.3.0 及以上版本的 fish。如果你不能更新你的 fish 版本,你可以写入以下[代码片段](#10-什么是一个插件)到你的 `~/.config/fish/config.fish`。 +fisherman 要求 2.3.0 及以上版本的 fish。如果你不能更新你的 fish 版本,你可以写入以下[代码片段](#8-什么是一个插件)到你的 `~/.config/fish/config.fish`。 ```fish for file in ~/.config/fish/conf.d/*.fish @@ -186,11 +186,7 @@ omf/grc 看看这个 [organization] 或者使用这个 [online] 来搜索。 -### 8. 如何从 ____ 更新? - -fisherman 没有引入其他任何已知的框架。如果你想卸载 oh my fish, 看它的文档即可 - -### 9. 什么是一个插件? +### 8. 什么是一个插件? 一个插件是: @@ -200,7 +196,7 @@ fisherman 没有引入其他任何已知的框架。如果你想卸载 oh my fis 3. 一些代码片段,比如一个或多个在 `conf.d`目录下的 `.fish` 文件并且它们会在 shell 启动时执行。 -### 10. 如何把这些插件作为我自己插件的依赖? +### 9. 如何把这些插件作为我自己插件的依赖? 在项目的顶层目录创建一个新的 `fishfile` 文件,并写下你的依赖。 @@ -210,12 +206,6 @@ https://github.com/dude/sweet https://gist.github.com/bucaran/c256586044fea832e62f02bc6f6daf32 ``` -### 11. 什么是 fundle? +### 10. 什么是 fundle? fundle 启发我去使用打包的文件,但是目前它仍然有着一些功能限制,需要你去调整 fish 配置。 - -### 12. 我有一些问题想提交? - -在 gituhb issue 上创建一个新的工单: - -* https://github.com/fisherman/fisherman/issues diff --git a/fisher.fish b/fisher.fish index 647531d..43ce86d 100644 --- a/fisher.fish +++ b/fisher.fish @@ -1795,13 +1795,10 @@ function __fisher_man_page_write # .P # This mechanism only installs plugins and missing dependencies\. To remove a plugin, use \fBfisher rm\fR instead\. # . - # .SS "7\. Where can I find a list of fish plugins?" + # .SS "6\. Where can I find a list of fish plugins?" # Browse the [organization] or use the \fIhttp://fisherman\.sh/#search\fR search to discover content\. # . - # .SS "8\. How do I upgrade from ____?" - # fisherman does not interfere with any known frameworks\. If you want to uninstall oh my fish, refer to their documentation\. - # . - # .SS "9\. What is a plugin?" + # .SS "7\. What is a plugin?" # A plugin is: # . # .IP "1." 4 @@ -1815,7 +1812,7 @@ function __fisher_man_page_write # . # .IP "" 0 # . - # .SS "10\. How can I list plugins as dependencies to my plugin?" + # .SS "8\. How can I list plugins as dependencies to my plugin?" # Create a new \fBfishfile\fR file at the root level of your project and write in the plugin dependencies\. # . # .IP "" 4 @@ -1830,10 +1827,10 @@ function __fisher_man_page_write # . # .IP "" 0 # . - # .SS "11\. What about fundle?" + # .SS "9\. What about fundle?" # fundle inspired me to use a bundle file, but it still has limited capabilities and requires you to modify your fish configuration\. # . - # .SS "12\. I have a question or request not addressed here\. Where should I put it?" + # .SS "10\. I have a question or request not addressed here\. Where should I put it?" # Create a new ticket on the issue tracker: # . # .IP "\(bu" 4