From c660762a9a8b7f107464e9b3825c392e99ace7e8 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sat, 13 Jun 2020 19:18:24 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 735586e..fb44a07 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ will create the symbolic link for each script in the \ directory. ## Development tools - [doctools2man](doctools2man) converts doctool to man pages. +- [gitea-mirror](gitea-mirror) mirrors Gitea repositories. +- [gitlab-ci-graph](gitlab-ci-graph) draws a graph of the GitLab CI Pipeline file. +- [gitlab-ci-linter](gitlab-ci-linter) checks Gitlab CI Pipeline syntax via GitLab API. - [how](how) shows dev cheat sheets using [cheat.sh](https://cheat.sh). - [robodoc2html](robodoc2html) converts a documentation in the robodoc format into html. - [todolist](todolist) shows all `TODO` notes in current git repository. @@ -94,10 +97,6 @@ will create the symbolic link for each script in the \ directory. - [git-recent](git-recent) lists all local branches, sorted by last commit. (c) https://github.com/paulirish/git-recent - [git-top](git-top) shows the most edited files in current git repository. -- [gitea-mirror](gitea-mirror) mirrors Gitea repositories. -- [gitlab-ci-graph](gitlab-ci-graph) draws a graph of the GitLab CI Pipeline file. -- [gitlab-ci-linter](gitlab-ci-linter) checks Gitlab CI Pipeline syntax via GitLab API. - ## WM - [calculator](calculator) computes mathematical expressions with variables and intermediate values.