Skip to content
Permalink
master

Commits on Apr 15, 2022

  1. style: trivial edits

    Chris Lane committed Apr 15, 2022
  2. Merge pull request #115 from Rakshith-SS/vim-text-objects

    Added text objects to vim
    chrisallenlane committed Apr 15, 2022
  3. Merge pull request #119 from niksy/stdout-silencing

    Add `stderr` and `stdout` silencing
    chrisallenlane committed Apr 15, 2022
  4. Merge pull request #118 from mikeoertli/feature/improved-markdown-che…

    …atsheet
    
    Expanded markdown cheatsheet
    chrisallenlane committed Apr 15, 2022
  5. Merge pull request #114 from KuSh/patch-1

    Fix a non working git branch command
    chrisallenlane committed Apr 15, 2022
  6. Merge pull request #120 from j1shnu/master

    Added fmt and validate to terraform
    chrisallenlane committed Apr 15, 2022
  7. Merge pull request #121 from yugalarora/master

    Added more cheats for jq
    chrisallenlane committed Apr 15, 2022
  8. Merge pull request #122 from rockstorm101/patch-1

    docker: Fix double quotes
    chrisallenlane committed Apr 15, 2022
  9. Merge pull request #123 from ev1lm0rty/master

    Add fzf
    chrisallenlane committed Apr 15, 2022

Commits on Apr 5, 2022

  1. Add fzf

    morty committed Apr 5, 2022

Commits on Apr 2, 2022

  1. docker: Fix double quotes

    `awk` action statements do not work as expected with double quotes ("), need single quotes instead ('). Example code:
    
    ```shell
    $ printf "1 2 3" | awk "{print $3}"
    1 2 3
    $ printf "1 2 3" | awk '{print $3}'
    3
    ```
    rockstorm101 committed Apr 2, 2022

Commits on Feb 18, 2022

  1. Added more cheats for jq

    yugal arora committed Feb 18, 2022

Commits on Feb 6, 2022

  1. Added fmt and validate

    j1shnu committed Feb 6, 2022

Commits on Jan 17, 2022

  1. restore newline at eof

    mikeoertli committed Jan 17, 2022
  2. Expanded markdown cheatsheet

    Expanded the markdown cheatsheet with numerous examples, several borrowed from: https://github.com/tchapi/markdown-cheatsheet
    - collapsed sections
    - expanded details about sub-bullets (with caveats about mixed support in some cases)
    - check list (caveat about mixed support)
    - code block with syntax
    - syntax for key bindings
    - Links to headings within the markdown document
    - tables
    - tables with special "|" char
    - table cell alignment info
    mikeoertli committed Jan 17, 2022

Commits on Jan 2, 2022

  1. Added text objects to vim

    Rakshith S S committed Jan 2, 2022

Commits on Dec 27, 2021

  1. Fix a non working git branch command

    `git branch -merged` creates a branch named `-merged`
    KuSh authored and Nicolas Le Cam committed Dec 27, 2021

Commits on Dec 3, 2021

  1. Merge pull request #112 from ericpardee/patch-1

    Fix ss typo
    chrisallenlane committed Dec 3, 2021

Commits on Dec 2, 2021

  1. Fix ss typo

    changes listing to listening
    ericpardee committed Dec 2, 2021

Commits on Nov 30, 2021

  1. Merge pull request #108 from obalunenko/golang

    feat: Add golang tool chain cheatsheet
    chrisallenlane committed Nov 30, 2021
  2. Merge pull request #105 from Kreyren/patch-2

    Create pactl
    chrisallenlane committed Nov 30, 2021
  3. Merge pull request #107 from herbygillot/macports

    Add MacPorts (port)
    chrisallenlane committed Nov 30, 2021
  4. Merge pull request #110 from Kreyren/patch-3

    nmap: Scan for available SSH connections
    chrisallenlane committed Nov 30, 2021
  5. Merge pull request #106 from herbygillot/git-pull-rebase

    git: add git pull --rebase
    chrisallenlane committed Nov 30, 2021

Commits on Nov 24, 2021

Commits on Nov 18, 2021

Commits on Nov 16, 2021

  1. Create pactl

    Kreyren committed Nov 16, 2021

Commits on Nov 13, 2021

  1. Merge pull request #100 from marcodiiga/patch-1

    Update ssh-copy-id
    chrisallenlane committed Nov 13, 2021
  2. chore(gh): minor edits

    Minor edits to the `gh` cheatsheet.
    chrisallenlane committed Nov 13, 2021
Older