Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.65 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.65 KB

powershell_config

My powershell profile scripts that i use in my coding environment to up my productivity. Check, edit and customize what you want to the way you like it. The main cli utilities used are zoxide, glow, fzf, nvim and the windows terminal application.

1. notty.ps1

notty

This script is allow the editing and previewing of a markdown document using glow from charmbracelet. It uses fzf to fuzzy search and find the file.The markdown file can be edited using any editor of your choice, but as i am using the terminal i use nvim, change it to suit your terminal editor of choice.An image of it being used it below.

notty

2. cheatsheet.ps1

A script to emulate the functionality of navi or tldr using the powershell scripting language and fzf. The selected cheat command is executed when selected. I use this for git commands that i do not remember but need to execute. You can add to the functionality. The cheat files are saved with the comment starting with a "#", example: "# Check the status of git files". The command is directly below it in a new line.