diff --git a/_posts/2014-07-17-writting-own-completions-p1.html b/_posts/2014-07-17-writting-own-completions-p1.html
index 443db1e..8f9f81c 100644
--- a/_posts/2014-07-17-writting-own-completions-p1.html
+++ b/_posts/2014-07-17-writting-own-completions-p1.html
@@ -6,7 +6,7 @@ layout: paper
tags: linux, development
title: Writting own Shell completions. Zsh
short: writting-own-completions-p1
-description: Some basics of creating a completion files for own application are described in these articles.
+description: Some basics of creating a completion files for own application are described in these articles.
---
While developing one of my projects I have wanted to add completion files. I have already tried to create these files, but I was too lazy to read some manuals about it.
diff --git a/_posts/2014-07-17-writting-own-completions-p2.html b/_posts/2014-07-17-writting-own-completions-p2.html index 9ff017a..6745097 100644 --- a/_posts/2014-07-17-writting-own-completions-p2.html +++ b/_posts/2014-07-17-writting-own-completions-p2.html @@ -6,7 +6,7 @@ layout: paper tags: linux, development title: Writting own Shell completions. Bash short: writting-own-completions-p2 -description: Some basics of creating a completion files for own application are described in these articles. +description:While developing one of my projects I have wanted to add completion files. I have already tried to create these files, but I was too lazy to read some manuals about it.
diff --git a/resources/css/styles.css b/resources/css/styles.css index 54d6cc9..e727ebd 100644 --- a/resources/css/styles.css +++ b/resources/css/styles.css @@ -156,6 +156,7 @@ th { } img { + margin: 10px; max-width: 100%; } diff --git a/resources/papers/bash_completion.png b/resources/papers/bash_completion.png new file mode 100644 index 0000000..150c7ac Binary files /dev/null and b/resources/papers/bash_completion.png differ diff --git a/resources/papers/zsh_completion.png b/resources/papers/zsh_completion.png new file mode 100644 index 0000000..4169b31 Binary files /dev/null and b/resources/papers/zsh_completion.png differ diff --git a/ru/_posts/2014-07-17-writting-own-completions-p1.html b/ru/_posts/2014-07-17-writting-own-completions-p1.html index 10c78a7..d64faee 100644 --- a/ru/_posts/2014-07-17-writting-own-completions-p1.html +++ b/ru/_posts/2014-07-17-writting-own-completions-p1.html @@ -6,7 +6,7 @@ layout: paper tags: linux, разработка title: Написание своих дополнений для Shell. Zsh short: writting-own-completions-p1 -description: В данных статьях описываются некоторые основы создания файлов дополнений для собственной программы. +description:В процессе разработки одного своего проекта возникло желание добавить также файлы дополнений (только не спрашивайте зачем). Благо я как-то уже брался за написание подобных вещей, но читать что-либо тогда мне было лень, и так и не осилил.
diff --git a/ru/_posts/2014-07-17-writting-own-completions-p2.html b/ru/_posts/2014-07-17-writting-own-completions-p2.html index e7525b2..e3aac4f 100644 --- a/ru/_posts/2014-07-17-writting-own-completions-p2.html +++ b/ru/_posts/2014-07-17-writting-own-completions-p2.html @@ -6,7 +6,7 @@ layout: paper tags: linux, разработка title: Написание своих дополнений для Shell. Bash short: writting-own-completions-p2 -description: В данных статьях описываются некоторые основы создания файлов дополнений для собственной программы. +description:В процессе разработки одного своего проекта возникло желание добавить также файлы дополнений (только не спрашивайте зачем). Благо я как-то уже брался за написание подобных вещей, но читать что-либо тогда мне было лень, и так и не осилил.