Browse Source

Update README.md

master
Maxim Likhachev 5 years ago
parent
commit
c660762a9a
  1. 7
      README.md

7
README.md

@ -79,6 +79,9 @@ will create the symbolic link for each script in the \<path> directory.
## Development tools ## Development tools
- [doctools2man](doctools2man) converts doctool to man pages. - [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). - [how](how) shows dev cheat sheets using [cheat.sh](https://cheat.sh).
- [robodoc2html](robodoc2html) converts a documentation in the robodoc format into html. - [robodoc2html](robodoc2html) converts a documentation in the robodoc format into html.
- [todolist](todolist) shows all `TODO` notes in current git repository. - [todolist](todolist) shows all `TODO` notes in current git repository.
@ -94,10 +97,6 @@ will create the symbolic link for each script in the \<path> directory.
- [git-recent](git-recent) lists all local branches, sorted by last commit. (c) https://github.com/paulirish/git-recent - [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. - [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 ## WM
- [calculator](calculator) computes mathematical expressions with variables and intermediate values. - [calculator](calculator) computes mathematical expressions with variables and intermediate values.

Loading…
Cancel
Save