Skip to content

Repository files navigation

Disable shortcuts

Disables system shortcuts while the focus is in a certain application.

See the inner README for details.

Git

show_git_branch_in_bash

Adds a current git branch at the end of the prompt.

Installation instructions are in the script.

example

shortcuts

A set of useful shortcuts for the 'git' command. E.g. gs == git status, gd == git diff.

Installation instructions are in the script.

activate_virtual_env

A simple bash function for activating Python's virtual environment.

Currently, it looks for the '.venv' folder (hardcoded) in the current directory, and if found, tries activating the environment.

add_language

A shortcut for adding languages to the system with one command.

case_insensitive_terminal_autocompletions

Makes Bash's autocompletions case-insensitive (e.g. 'desktop' == 'Desktop').

Installation instructions are in the script.

process_finder

Looks for the process by its name (currently it is hardcoded to 'python') and shows paths for each process.

Requires 'psutil' in order to work (pip install psutil)

Command to launch the script - sudo which python process_finder.py.

Doing which python instead of just python to prevent sudo: python: command not found error.

About

Collection of different scripts for Ubuntu

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages