浏览代码

multiple pages: add homepages (#2660)

Starbeamrainbowlabs 6 年之前
父节点
当前提交
a19866e88a
共有 62 个文件被更改,包括 62 次插入0 次删除
  1. 1 0
      pages/common/7z.md
  2. 1 0
      pages/common/7za.md
  3. 1 0
      pages/common/7zr.md
  4. 1 0
      pages/common/ansible-galaxy.md
  5. 1 0
      pages/common/ansible-playbook.md
  6. 1 0
      pages/common/ansible.md
  7. 1 0
      pages/common/code.md
  8. 1 0
      pages/common/git-add.md
  9. 1 0
      pages/common/git-am.md
  10. 1 0
      pages/common/git-bisect.md
  11. 1 0
      pages/common/git-blame.md
  12. 1 0
      pages/common/git-branch.md
  13. 1 0
      pages/common/git-checkout.md
  14. 1 0
      pages/common/git-cherry-pick.md
  15. 1 0
      pages/common/git-clean.md
  16. 1 0
      pages/common/git-clone.md
  17. 1 0
      pages/common/git-commit.md
  18. 1 0
      pages/common/git-config.md
  19. 1 0
      pages/common/git-diff.md
  20. 1 0
      pages/common/git-fetch.md
  21. 1 0
      pages/common/git-format-patch.md
  22. 1 0
      pages/common/git-gc.md
  23. 1 0
      pages/common/git-imerge.md
  24. 1 0
      pages/common/git-init.md
  25. 1 0
      pages/common/git-log.md
  26. 1 0
      pages/common/git-merge.md
  27. 1 0
      pages/common/git-mv.md
  28. 1 0
      pages/common/git-pull.md
  29. 1 0
      pages/common/git-push.md
  30. 1 0
      pages/common/git-rebase.md
  31. 1 0
      pages/common/git-reflog.md
  32. 1 0
      pages/common/git-remote.md
  33. 1 0
      pages/common/git-reset.md
  34. 1 0
      pages/common/git-rm.md
  35. 1 0
      pages/common/git-shortlog.md
  36. 1 0
      pages/common/git-show.md
  37. 1 0
      pages/common/git-sizer.md
  38. 1 0
      pages/common/git-stash.md
  39. 1 0
      pages/common/git-status.md
  40. 1 0
      pages/common/git-submodule.md
  41. 1 0
      pages/common/git-svn.md
  42. 1 0
      pages/common/git-tag.md
  43. 1 0
      pages/common/git-worktree.md
  44. 1 0
      pages/common/git.md
  45. 1 0
      pages/common/gitk.md
  46. 1 0
      pages/common/gitsome.md
  47. 1 0
      pages/common/hyperfine.md
  48. 1 0
      pages/common/monodis.md
  49. 1 0
      pages/common/mysql.md
  50. 1 0
      pages/common/mysqldump.md
  51. 1 0
      pages/common/nginx.md
  52. 1 0
      pages/common/npm-check.md
  53. 1 0
      pages/common/npm.md
  54. 1 0
      pages/common/prosodyctl.md
  55. 1 0
      pages/common/serverless.md
  56. 1 0
      pages/common/shellcheck.md
  57. 1 0
      pages/common/terraform.md
  58. 1 0
      pages/common/virtualenv.md
  59. 1 0
      pages/common/weasyprint.md
  60. 1 0
      pages/common/x_x.md
  61. 1 0
      pages/common/yarn.md
  62. 1 0
      pages/common/youtube-dl.md

+ 1 - 0
pages/common/7z.md

@@ -1,6 +1,7 @@
 # 7z
 
 > A file archiver with high compression ratio.
+> Homepage: <https://www.7-zip.org/>.
 
 - Archive a file or folder:
 

+ 1 - 0
pages/common/7za.md

@@ -2,6 +2,7 @@
 
 > A file archiver with high compression ratio.
 > A standalone version of `7z` with support for fewer archive types.
+> Homepage: <https://www.7-zip.org/>.
 
 - Archive a file or folder:
 

+ 1 - 0
pages/common/7zr.md

@@ -2,6 +2,7 @@
 
 > A file archiver with high compression ratio.
 > A standalone version of `7z` that only supports .7z files.
+> Homepage: <https://www.7-zip.org/>.
 
 - Archive a file or folder:
 

+ 1 - 0
pages/common/ansible-galaxy.md

@@ -1,6 +1,7 @@
 # ansible-galaxy
 
 > Create and manage Ansible roles.
+> Homepage: <https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html>.
 
 - Install a role:
 

+ 1 - 0
pages/common/ansible-playbook.md

@@ -1,6 +1,7 @@
 # ansible-playbook
 
 > Execute tasks defined in playbook on remote machines over SSH.
+> Homepage: <https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html>.
 
 - Run tasks in playbook:
 

+ 1 - 0
pages/common/ansible.md

@@ -2,6 +2,7 @@
 
 > Manage groups of computers remotely over SSH.
 > Use the /etc/ansible/hosts file to add new groups/hosts.
+> Homepage: <https://www.ansible.com/>.
 
 - List hosts belonging to a group:
 

+ 1 - 0
pages/common/code.md

@@ -1,6 +1,7 @@
 # code
 
 > Visual Studio Code.
+> Homepage: <https://github.com/microsoft/vscode>.
 
 - Open VS Code:
 

+ 1 - 0
pages/common/git-add.md

@@ -1,6 +1,7 @@
 # git add
 
 > Adds changed files to the index.
+> Homepage: <https://git-scm.com/docs/git-add>.
 
 - Add a file to the index:
 

+ 1 - 0
pages/common/git-am.md

@@ -2,6 +2,7 @@
 
 > Apply patch files. Useful when receiving commits via email.
 > See also `git format-patch`, which can generate patch files.
+> Homepage: <https://git-scm.com/docs/git-am>.
 
 - Apply a patch file:
 

+ 1 - 0
pages/common/git-bisect.md

@@ -2,6 +2,7 @@
 
 > Use binary search to find the commit that introduced a bug.
 > Git automatically jumps back and forth in the commit graph to progressively narrow down the faulty commit.
+> Homepage: <https://git-scm.com/docs/git-bisect>.
 
 - Start a bisect session on a commit range bounded by a known buggy commit, and a known clean (typically older) one:
 

+ 1 - 0
pages/common/git-blame.md

@@ -1,6 +1,7 @@
 # git blame
 
 > Show commit hash and last author on each line of a file.
+> Homepage: <https://git-scm.com/docs/git-blame>.
 
 - Print file with author name and commit hash on each line:
 

+ 1 - 0
pages/common/git-branch.md

@@ -1,6 +1,7 @@
 # git branch
 
 > Main git command for working with branches.
+> Homepage: <https://git-scm.com/docs/git-branch>.
 
 - List local branches. The current branch is highlighted by `*`:
 

+ 1 - 0
pages/common/git-checkout.md

@@ -1,6 +1,7 @@
 # git checkout
 
 > Checkout a branch or paths to the working tree.
+> Homepage: <https://git-scm.com/docs/git-checkout>.
 
 - Create and switch to a new branch:
 

+ 1 - 0
pages/common/git-cherry-pick.md

@@ -2,6 +2,7 @@
 
 > Apply the changes introduced by existing commits to the current branch.
 > To apply changes to another branch, first use git-checkout to switch to the desired branch.
+> Homepage: <https://git-scm.com/docs/git-cherry-pick>.
 
 - Apply a commit to the current branch:
 

+ 1 - 0
pages/common/git-clean.md

@@ -1,6 +1,7 @@
 # git clean
 
 > Remove untracked files from the working tree.
+> Homepage: <https://git-scm.com/docs/git-clean>.
 
 - Delete files that are not tracked by git:
 

+ 1 - 0
pages/common/git-clone.md

@@ -1,6 +1,7 @@
 # git clone
 
 > Clone an existing repository.
+> Homepage: <https://git-scm.com/docs/git-clone>.
 
 - Clone an existing repository:
 

+ 1 - 0
pages/common/git-commit.md

@@ -1,6 +1,7 @@
 # git commit
 
 > Commit files to the repository.
+> Homepage: <https://git-scm.com/docs/git-commit>.
 
 - Commit staged files to the repository with a message:
 

+ 1 - 0
pages/common/git-config.md

@@ -2,6 +2,7 @@
 
 > Manage custom configuration options for git repositories.
 > These configurations can be local (for the current repository) or global (for the current user).
+> Homepage: <https://git-scm.com/docs/git-config>.
 
 - List only local configuration entries (stored in `.git/config` in the current repository):
 

+ 1 - 0
pages/common/git-diff.md

@@ -1,6 +1,7 @@
 # git diff
 
 > Show changes to tracked files.
+> Homepage: <https://git-scm.com/docs/git-diff>.
 
 - Show unstaged, uncommitted changes:
 

+ 1 - 0
pages/common/git-fetch.md

@@ -1,6 +1,7 @@
 # git fetch
 
 > Download objects and refs from a remote repository.
+> Homepage: <https://git-scm.com/docs/git-fetch>.
 
 - Fetch the latest changes from the default remote upstream repository (if set):
 

+ 1 - 0
pages/common/git-format-patch.md

@@ -2,6 +2,7 @@
 
 > Prepare .patch files. Useful when emailing commits elsewhere.
 > See also `git am`, which can apply generated .patch files.
+> Homepage: <https://git-scm.com/docs/git-format-patch>.
 
 - Create an auto-named .patch file for all the unpushed commits:
 

+ 1 - 0
pages/common/git-gc.md

@@ -1,6 +1,7 @@
 # git gc
 
 > Optimise the local repository by cleaning unnecessary files.
+> Homepage: <https://git-scm.com/docs/git-gc>.
 
 - Optimise the repository:
 

+ 1 - 0
pages/common/git-imerge.md

@@ -2,6 +2,7 @@
 
 > Perform a merge or rebase between two git branches incrementally.
 > Conflicts between branches are tracked down to pairs of individual commits, to simplify conflict resolution.
+> Homepage: <https://github.com/mhagger/git-imerge>.
 
 - Start imerge-based rebase (checkout the branch to be rebased, first):
 

+ 1 - 0
pages/common/git-init.md

@@ -1,6 +1,7 @@
 # git init
 
 > Initializes a new local Git repository.
+> Homepage: <https://git-scm.com/docs/git-init>.
 
 - Initialize a new local repository:
 

+ 1 - 0
pages/common/git-log.md

@@ -1,6 +1,7 @@
 # git log
 
 > Show a history of commits.
+> Homepage: <https://git-scm.com/docs/git-log>.
 
 - Show the sequence of commits starting from the current one, in reverse chronological order:
 

+ 1 - 0
pages/common/git-merge.md

@@ -1,6 +1,7 @@
 # git merge
 
 > Merge branches.
+> Homepage: <https://git-scm.com/docs/git-merge>.
 
 - Merge a branch with your current branch:
 

+ 1 - 0
pages/common/git-mv.md

@@ -1,6 +1,7 @@
 # git mv
 
 > Move or rename files and update the git index.
+> Homepage: <https://git-scm.com/docs/git-mv>.
 
 - Move file inside the repo and add the movement to the next commit:
 

+ 1 - 0
pages/common/git-pull.md

@@ -1,6 +1,7 @@
 # git pull
 
 > Fetch branch from a remote repository and merge it to local repository.
+> Homepage: <https://git-scm.com/docs/git-pull>.
 
 - Download changes from default remote repository and merge it:
 

+ 1 - 0
pages/common/git-push.md

@@ -1,6 +1,7 @@
 # git push
 
 > Push commits to a remote repository.
+> Homepage: <https://git-scm.com/docs/git-push>.
 
 - Send local changes in the current branch to its remote counterpart:
 

+ 1 - 0
pages/common/git-rebase.md

@@ -2,6 +2,7 @@
 
 > Reapply commits from one branch on top of another branch.
 > Commonly used to "move" an entire branch to another base, creating copies of the commits in the new location.
+> Homepage: <https://git-scm.com/docs/git-rebase>.
 
 - Rebase the current branch on top of the master branch:
 

+ 1 - 0
pages/common/git-reflog.md

@@ -1,6 +1,7 @@
 # git reflog
 
 > Show when the reference logs were updated in local repository.
+> Homepage: <https://git-scm.com/docs/git-reflog>.
 
 - View reflog:
 

+ 1 - 0
pages/common/git-remote.md

@@ -1,6 +1,7 @@
 # git remote
 
 > Manage set of tracked repositories ("remotes").
+> Homepage: <https://git-scm.com/docs/git-remote>.
 
 - Show a list of existing remotes, their names and URL:
 

+ 1 - 0
pages/common/git-reset.md

@@ -2,6 +2,7 @@
 
 > Undo commits or unstage changes, by resetting the current git HEAD to the specified state.
 > If a path is passed, it works as "unstage"; if a commit hash or branch is passed, it works as "uncommit".
+> Homepage: <https://git-scm.com/docs/git-reset>.
 
 - Unstage everything:
 

+ 1 - 0
pages/common/git-rm.md

@@ -1,6 +1,7 @@
 # git rm
 
 > Remove files from repository index and local filesystem.
+> Homepage: <https://git-scm.com/docs/git-rm>.
 
 - Remove file from repository index and filesystem:
 

+ 1 - 0
pages/common/git-shortlog.md

@@ -1,6 +1,7 @@
 # git shortlog
 
 > Summarizes the `git log` output.
+> Homepage: <https://git-scm.com/docs/git-shortlog>.
 
 - View a summary of all the commits made, grouped alphabetically by author name:
 

+ 1 - 0
pages/common/git-show.md

@@ -1,6 +1,7 @@
 # git show
 
 > Show various types of git objects (commits, tags, etc.).
+> Homepage: <https://git-scm.com/docs/git-show>.
 
 - Show information about the latest commit (message, changes, and other metadata):
 

+ 1 - 0
pages/common/git-sizer.md

@@ -1,6 +1,7 @@
 # git sizer
 
 > Computes various Git repository size metrics and alerts you to any that might cause problems or inconvenience.
+> Homepage: <https://github.com/github/git-sizer>.
 
 - Report only statistics that have a level of concern greater than 0:
 

+ 1 - 0
pages/common/git-stash.md

@@ -1,6 +1,7 @@
 # git stash
 
 > Stash local Git changes in a temporary area.
+> Homepage: <https://git-scm.com/docs/git-stash>.
 
 - Stash current changes, except new (untracked) files:
 

+ 1 - 0
pages/common/git-status.md

@@ -1,6 +1,7 @@
 # git status
 
 > Show the index (changed files).
+> Homepage: <https://git-scm.com/docs/git-status>.
 
 - Show changed files which are not yet added for commit:
 

+ 1 - 0
pages/common/git-submodule.md

@@ -1,6 +1,7 @@
 # git submodule
 
 > Inspects, updates and manages submodules.
+> Homepage: <https://git-scm.com/docs/git-submodule>.
 
 - Install a repository's specified submodules:
 

+ 1 - 0
pages/common/git-svn.md

@@ -1,6 +1,7 @@
 # git svn
 
 > Bidirectional operation between a Subversion repository and Git.
+> Homepage: <https://git-scm.com/docs/git-svn>.
 
 - Clone an SVN repository:
 

+ 1 - 0
pages/common/git-tag.md

@@ -2,6 +2,7 @@
 
 > Create, list, delete or verify tags.
 > A tag is a static reference to a specific commit.
+> Homepage: <https://git-scm.com/docs/git-tag>.
 
 - List all tags:
 

+ 1 - 0
pages/common/git-worktree.md

@@ -1,6 +1,7 @@
 # git worktree
 
 > Manage multiple working trees attached to the same repository.
+> Homepage: <https://git-scm.com/docs/git-worktree>.
 
 - Create a new folder with the specified branch checked out into it:
 

+ 1 - 0
pages/common/git.md

@@ -1,6 +1,7 @@
 # git
 
 > Distributed version control system.
+> Homepage: <https://git-scm.com/>.
 
 - Check the Git version:
 

+ 1 - 0
pages/common/gitk.md

@@ -1,6 +1,7 @@
 # gitk
 
 > A graphical git repository browser.
+> Homepage: <https://git-scm.com/docs/gitk>.
 
 - Show the repository browser for the current git repository:
 

+ 1 - 0
pages/common/gitsome.md

@@ -2,6 +2,7 @@
 
 > A terminal-based interface for GitHub, accessed via the `gh` command.
 > It also provides menu-style autocomplete suggestions for `git` commands.
+> Homepage: <https://github.com/donnemartin/gitsome>.
 
 - Enter the gitsome shell (optional), to enable autocompletion and interactive help for git (and gh) commands:
 

+ 1 - 0
pages/common/hyperfine.md

@@ -1,6 +1,7 @@
 # hyperfine
 
 > A command-line benchmarking tool.
+> Homepage: <https://github.com/sharkdp/hyperfine/>.
 
 - Run a basic benchmark, performing at least 10 runs:
 

+ 1 - 0
pages/common/monodis.md

@@ -1,6 +1,7 @@
 # monodis
 
 > The Mono Common Intermediate Language (CIL) disassembler.
+> Homepage: <https://www.mono-project.com/docs/tools+libraries/tools/monodis/>.
 
 - Disassemble an assembly to textual CIL:
 

+ 1 - 0
pages/common/mysql.md

@@ -1,6 +1,7 @@
 # mysql
 
 > The MySQL command-line tool.
+> Homepage: <https://www.mysql.com/>.
 
 - Connect to a database:
 

+ 1 - 0
pages/common/mysqldump.md

@@ -1,6 +1,7 @@
 # mysqldump
 
 > Backups MySQL databases.
+> Homepage: <https://dev.mysql.com/doc/refman/en/mysqldump.html>.
 
 - Create a backup, user will be prompted for a password:
 

+ 1 - 0
pages/common/nginx.md

@@ -1,6 +1,7 @@
 # nginx
 
 > Nginx web server.
+> Homepage: <https://nginx.org/en/>.
 
 - Start server with the default config file:
 

+ 1 - 0
pages/common/npm-check.md

@@ -1,6 +1,7 @@
 # npm-check
 
 > Check for outdated, incorrect, and unused npm package dependencies.
+> Homepage: <https://www.npmjs.com/package/npm-check/>.
 
 - Display a report of outdated, incorrect, and unused dependencies:
 

+ 1 - 0
pages/common/npm.md

@@ -2,6 +2,7 @@
 
 > JavaScript and Node.js package manager.
 > Manage Node.js projects and their module dependencies.
+> Homepage: <https://www.npmjs.com/>.
 
 - Download and install a module globally:
 

+ 1 - 0
pages/common/prosodyctl.md

@@ -1,6 +1,7 @@
 # prosodyctl
 
 > The control tool for the Prosody XMPP server.
+> Homepage: <https://prosody.im/doc/prosodyctl/>.
 
 - Show the status of the Prosody server:
 

+ 1 - 0
pages/common/serverless.md

@@ -2,6 +2,7 @@
 
 > Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure and IBM OpenWhisk.
 > Commands can be run either using the `serverless` command or it's alias, `sls`.
+> Homepage: <https://serverless.com/>.
 
 - Create a serverless project:
 

+ 1 - 0
pages/common/shellcheck.md

@@ -1,6 +1,7 @@
 # shellcheck
 
 > Shell script static analysis tool.
+> Homepage: <https://www.shellcheck.net/>.
 
 - Check a shell script:
 

+ 1 - 0
pages/common/terraform.md

@@ -1,6 +1,7 @@
 # terraform
 
 > Create and deploy infrastructure as code to cloud providers.
+> Homepage: <https://www.terraform.io/>.
 
 - Initialize a new or existing Terraform configuration:
 

+ 1 - 0
pages/common/virtualenv.md

@@ -1,6 +1,7 @@
 # virtualenv
 
 > Create virtual isolated Python environments.
+> Homepage: <https://virtualenv.pypa.io/>.
 
 - Create a new environment:
 

+ 1 - 0
pages/common/weasyprint.md

@@ -1,6 +1,7 @@
 # weasyprint
 
 > Render HTML to PDF or PNG.
+> Homepage: <https://weasyprint.org/>.
 
 - Render a HTML file to PDF:
 

+ 1 - 0
pages/common/x_x.md

@@ -1,6 +1,7 @@
 # x_x
 
 > View Excel and CSV files from the command-line.
+> Homepage: <https://github.com/kristianperkins/x_x>.
 
 - View an XLSX or CSV file:
 

+ 1 - 0
pages/common/yarn.md

@@ -1,6 +1,7 @@
 # yarn
 
 > JavaScript and Node.js package manager alternative.
+> Homepage: <https://yarnpkg.com>.
 
 - Install a module globally:
 

+ 1 - 0
pages/common/youtube-dl.md

@@ -1,6 +1,7 @@
 # youtube-dl
 
 > Download videos from YouTube and other websites.
+> Homepage: <http://rg3.github.io/youtube-dl/>.
 
 - Download a video or playlist: