Skip to content

Bhupesh-V/.Varshney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

abd0da1 · Mar 28, 2024
Jun 1, 2023
Aug 27, 2022
Feb 8, 2021
Dec 3, 2022
Oct 20, 2022
Dec 3, 2022
Oct 20, 2022
May 26, 2021
Jul 13, 2020
Sep 10, 2020
Oct 31, 2020
Jul 23, 2022
Oct 20, 2022
Oct 20, 2022
Aug 27, 2022
Jan 15, 2021
Oct 9, 2022
Nov 10, 2020
Mar 20, 2024
Dec 10, 2022
Feb 24, 2021

Repository files navigation

.Varshney

My config & .dotfiles managed by dotman 🖖

License: GPLv3 bashit Twitter: bhupeshimself

My setup 🖥

  • OS: Ubuntu 20.04
  • DE: Mate
  • SHELL: bash
  • Editor: NeoVim
  • TERM: xterm-256color

What's Inside 👀

I am pretty new to this stuff (not anymore), so you won't find any scripts that hack NASA. Anyways, hope you find something useful, Good luck 👍

Function Name Description & Demo
netu🌐 Analyze network data usage
Demo demo of netu gif
vcd🐍 Automatically activate python virtual environments on cd
scd💡

[s]mart cd searches absolute path names of directories inside your system and switches to them automatically. No need to remember any locations !!. Read More

Also see scd-completions.bash for automatic tab suggestions.
Demo scd demo gif
alarm A single line utility for a timer/alarm
myip🌐 A single line utility for showing my IP address
extract📦 A utility for extracting different archives in an easy way
  1. sys

    A realtime update of your system using common shell commands

    Demo sys.sh demo gif

    Install

    wget -q https://raw.githubusercontent.com/Bhupesh-V/.Varshney/master/scripts/sys && chmod +x sys && mv sys $HOME/.local/bin/
    

    install lm-sensors for detecting cpu-temps

    sudo apt install lm-sensors && sudo sensors-detect
    
  2. md

    A utility to watch a Markdown file & build its HTML preview using commonmarker

    Demo md.sh demo gif

    Install

    wget -q https://raw.githubusercontent.com/Bhupesh-V/.Varshney/master/scripts/md && chmod +x md && mv md $HOME/.local/bin/
    
  3. colors

    A utility to check color capability of your terminal

    Demo colors.sh demo png

    Install

    wget -q https://raw.githubusercontent.com/Bhupesh-V/.Varshney/master/scripts/colors && chmod +x colors && mv colors $HOME/.local/bin/
    
  4. myprs

    A python utility to list a github user's pull requests in a nicely readable markdown file with 0 external dependencies.

    Install

    wget -q https://raw.githubusercontent.com/Bhupesh-V/.Varshney/master/scripts/myprs && chmod +x myprs && mv myprs $HOME/.local/bin/
    
  5. bkp

    A python utility to backup files on Github as a Secret Gist (0 dependency)

    Install

    wget -q https://raw.githubusercontent.com/Bhupesh-V/.Varshney/master/scripts/bkp && chmod +x bkp && mv bkp $HOME/.local/bin/
    
  6. contributors

    A python utility to list all the contributors on your github repositories

    Install

    wget -q https://raw.githubusercontent.com/Bhupesh-V/.Varshney/master/scripts/contributors && chmod +x contributors && mv contributors $HOME/.local/bin/
    
  7. gif

    A shell utility to convert videos to high-quality GIFs using ffmpeg

    Install

    wget -q https://raw.githubusercontent.com/Bhupesh-V/.Varshney/master/scripts/gif && chmod +x gif && mv gif $HOME/.local/bin/
    
  8. surf

    A python script to surf the web from command line, powered by searx (0 external dependencies)

    Demo surf.py demo png

    Install

    wget -q https://raw.githubusercontent.com/Bhupesh-V/.Varshney/master/scripts/surf && chmod +x surf && mv surf $HOME/.local/bin/
    
  9. oib (open in browser)

    A utility to open a text-file as a HTML page so that I can use grammarly web extension -_-

    Install

    wget -q https://raw.githubusercontent.com/Bhupesh-V/.Varshney/master/scripts/oib && chmod +x oib && mv oib $HOME/.local/bin/
    

Keyboard Shortcuts

Shortcut Purpose
F3 Open :term
F4 Insert Current Date (dd mm, yyyy)
F5 Source $MYVIMRC
F6 :NERDToggle
F7 Edit $MYVIMRC
F8 Switch to Transparent Mode
F9 Write and Quit on all buffers (Kill Switch)
F10 Indent based on FileType
Alt + m Build & Run code using :make
Alt + h Vertical resize +3
Alt + l Vertical resize -3
Alt + k Horizontal resize +3
Alt + j Horizontal resize +3
Alt + <CR> Switch to :Goyo Mode
Shift + k Move line(s) up
Shift + j Move line(s) down
Shift + r Run linux Command at current line
Shift + l Open hyperlink at current line
Shift + t Switch buffer in current window
Ctrl + c Copy in Visual Mode
Ctrl + v Paste in Insert Mode
t Toggle Comment in Current line (Normal Mode)
<space> Toggle Fold at Current line
<Tab> Switch Windows

Author bhupesh-twitter-image

🤓 Bhupesh Varshney

☺️ Show your support

Support me by giving a ⭐️ if this project helped you! or just Twitter URL

📝 License

Copyright © 2020 Bhupesh Varshney.
This project is GPLv3 licensed.

GPLv3-logo