Skip to content

Commit ae82116

Browse files
authored
Merge pull request #2359 from seefood/feature/add-composure-metadata
2 parents 5998a83 + 77eaf3d commit ae82116

File tree

168 files changed

+395
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+395
-15
lines changed

aliases/available/ag.aliases.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# shellcheck shell=bash
22
about-alias 'the silver searcher (ag) aliases'
3+
url "https://geoff.greer.fm/ag/"
34

45
## Summary for args to less:
56
# less(1)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# shellcheck shell=bash
22
about-alias 'ansible abbreviations'
3+
url "https://docs.ansible.com/"
34

45
alias ans=ansible
56
alias ap=ansible-playbook

aliases/available/apt.aliases.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
cite 'about-alias'
66
about-alias 'Apt and dpkg aliases for Ubuntu and Debian distros.'
7+
url "https://wiki.debian.org/Apt"
78

89
# set apt aliases
910
function _set_pkg_aliases() {

aliases/available/atom.aliases.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# shellcheck shell=bash
22
about-alias 'Atom.io editor abbreviations'
3+
url "https://atom-editor.cc/"
34

45
alias a='atom'
56
alias ah='atom .'

aliases/available/bash-it.aliases.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# shellcheck shell=bash
22
about-alias 'Aliases for the bash-it command (these aliases are automatically included with the "general" aliases)'
3+
url "https://github.com/Bash-it/bash-it"
34

45
# Common misspellings of bash-it
56
alias shit='bash-it'

aliases/available/bolt.aliases.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# shellcheck shell=bash
22
about-alias 'puppet bolt aliases'
3+
url "https://www.puppet.com/docs/bolt/"
34

45
# Aliases
56
alias bolt='bolt command run --tty --no-host-key-check'

aliases/available/bundler.aliases.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# shellcheck shell=bash
22
about-alias 'ruby bundler'
3+
url "https://bundler.io/"
34

45
# Bundler Commands
56
alias be='bundle exec'

aliases/available/clipboard.aliases.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# shellcheck shell=bash
22
about-alias 'xclip shortcuts'
3+
url "https://github.com/astrand/xclip"
34

45
alias pbcopy="xclip -selection clipboard"
56
alias pbpaste="xclip -selection clipboard -o"

aliases/available/composer.aliases.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# shellcheck shell=bash
22
about-alias 'common composer abbreviations'
3+
url "https://getcomposer.org/"
34

45
# Aliases
56
alias coab='composer about'

aliases/available/curl.aliases.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# shellcheck shell=bash
22
about-alias 'Curl aliases for convenience.'
3+
url "https://curl.se/"
34

45
# set apt aliases
56
function _set_pkg_aliases() {

0 commit comments

Comments
 (0)