Skip to content

Instantly share code, notes, and snippets.

View Ehsanul-Karim-Pappu's full-sized avatar

Ehsanul Karim Pappu Ehsanul-Karim-Pappu

  • Savar, Dhaka, Bangladesh
View GitHub Profile
@Ehsanul-Karim-Pappu
Ehsanul-Karim-Pappu / termux-url-opener
Last active January 3, 2022 09:04
This is a termux-url-opener script to do diffrent tasks on my Android phone
#!/data/data/com.termux/files/usr/bin/zsh
#
# This is a termux-url-opener script to do diffrent tasks on my Android phone
#
#
#
# How to use this script
#############################
# Create the bin directory
# ➜ ~ mkdir bin
@Ehsanul-Karim-Pappu
Ehsanul-Karim-Pappu / .tmux.conf
Last active September 19, 2020 03:05
Config file of Vim, zsh, tmux
# Send prefix
set-option -g prefix C-a
unbind-key C-a
bind-key C-a send-prefix
set -g base-index 1
# Use Alt-arrow keys to switch panes
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Putting User Input into JS Objects</title>
<style>
.formBox{
padding: 0.5rem 2rem;