Skip to content

Instantly share code, notes, and snippets.

View raxetul's full-sized avatar
👋
I may be slow to respond.

Emrah URHAN raxetul

👋
I may be slow to respond.
View GitHub Profile
@raxetul
raxetul / Bash_keys.md
Created September 26, 2018 06:58 — forked from michaelcoyote/Bash_keys.md
Bash Keyboard shortcuts

#Bash Keyboard Shortcuts

###Cursor movement:

Ctrl + a   Go to the beginning of the line (Home)
Ctrl + e   Go to the End of the line (End)
Ctrl + p   Previous command (Up arrow)
Ctrl + n   Next command (Down arrow)
Alt + b   Back (left) one word

Alt + f Forward (right) one word

@raxetul
raxetul / colorize-maven.sh
Created July 22, 2018 16:28 — forked from johnjohndoe/colorize-maven.sh
A color script for the console output of maven.
#!/bin/sh
# Written by Mike Ensor (mike@ensor.cc)
# Copywrite 2012
# Use as needed, modify, have fun!
# This is intended to be used for Maven3 + Mac OSX
#
# To use:
# in your ".bashrc" or ".bash_profile" add the following line:
# source ~/<path to script>/colorize-maven.sh