Skip to content

Instantly share code, notes, and snippets.

View eagl3s1ght's full-sized avatar

Anton Olsson eagl3s1ght

View GitHub Profile
@c0reysc0tt
c0reysc0tt / .bashrc
Last active September 27, 2025 11:36
LINUX COMMAND CHEATSHEET BASH TOOLS
####################
# CLI cheatsheet #
####################
# cheatsheet directory location:
CHEATDIR=~/.cheatsheet
# Use 'vicheat' to edit the cheatsheet
alias vicheat='vim $CHEATDIR/command_cheatsheet'
@lena
lena / csv_to_json.py
Last active March 22, 2020 02:22
Solution to Onboarding Project #1
#! /usr/bin/env python
import csv
import fire
import json
import pyjq
"""CSV TO JSON CLI
Usage:
python csv_to_json.py convert --csv_file="file.csv" --json_file="file.json"
@dubiouscript
dubiouscript / snip.sh
Last active July 10, 2020 01:34 — forked from mgoellnitz/snip.sh
GitLab Snippet Command Line Tool
#!/bin/bash
#
# Copyright 2016-2017 Martin Goellnitz
#
# update gitlab api
# https://gist.github.com/dubiouscript/5553dce89497ffd9805dd0de16503e8d
# -dscript-
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@sumn2u
sumn2u / cookie-observer.js
Last active June 8, 2022 11:11
Observer cookie changes