Skip to content

Instantly share code, notes, and snippets.

View wh0th3h3llam1's full-sized avatar

Aarsh wh0th3h3llam1

  • San Jose, CA
  • 15:39 (UTC -07:00)
View GitHub Profile
@wh0th3h3llam1
wh0th3h3llam1 / app-routing.module.ts
Last active March 18, 2022 11:49
Add a `data` property to each path where you require dynamic breadcrumb
const routes: Routes = [
{
path: 'plans',
loadChildren: () => import('./components/plan/plan.module').then(mod => mod.PlanModule),
data: {
breadcrumb: "Plans",
image: "assets/images/planner.svg"
}
},
{
@wh0th3h3llam1
wh0th3h3llam1 / colorful_output.bat
Created October 15, 2021 13:36
Colorful output on Python/Bash/Batch/PowerShell
@echo off
echo Gray
echo Red
echo Green
echo Yellow
echo Blue
echo Magenta
echo Cyan
echo White
@wh0th3h3llam1
wh0th3h3llam1 / README-cdx.md
Created May 16, 2019 13:29 — forked from programus/README-cdx.md
Extended windows cd command

CDX Command - CD eXtension batch file

This is a batch file could help you change working directory easier especially you need to change many directories very often like me.

Features

  • Save histroy of all navigated directories
  • No duplicated directories in histroy
  • Name history directories
  • Jump into any directory in histroy by index or name
  • Quich jump into previous directory
  • Maintain history list