Giter VIP home page Giter VIP logo

powershell-projects's Introduction

Powershell-Projects

Various Powershell scripts I've created to help automate my work

Menu_V1

This is a quick reference menu I built for work, instead of having my computer desktop being cluttered with folder shortcuts and links.
Menu Screenshot

User Friendly Menu

Similar to Menu_V1, but more user friendly. Instead of your file paths being hard coded in the ps1 file, you add your button names and links inside the Buttons.txt file. Menu-V2.ps1 loops through and auto generates the specified button information. This version strips the image box from the user form and also doesn't include the printer status check like the Menu_V1 does
User Friendly Menu Screenshot

How to use

  • Create a .txt file named Buttons.txt
  • ButtonName is what you want the button to display, below for instance, we are creating buttons called Google, Reddit, Powershell, and Yahoo.
  • Action is the link to your frequently used folders and/or websites, the example below uses Google, Reddit, and an Example domain
"ButtonName" "Action"

"Google" "https://www.google.com/"
"Reddit" "https://www.reddit.com/"
"r/PowerShell" "https://www.reddit.com/r/PowerShell"
"Yahoo" "https://www.yahoo.com/"
"Example" "http://example.com/"

The ps1 file will loop through this text file and dynamically create the amount of buttons specified in the Buttons.txt file. Using this example, 5 buttons would be created. It's still a work in progress, and not styleish yet, but I'm open to pull requests and help to better this one!

powershell-projects's People

Contributors

drewstephensdesigns avatar

Stargazers

 avatar  avatar  avatar Jimmy Briggs avatar Łukasz Kuryło avatar  avatar  avatar  avatar  avatar Henry avatar CHIΞFMCCONNΞLL.ΞTH avatar  avatar  avatar KURIYAMA Takatoshi avatar Jason Yee avatar Francis Mercier avatar  avatar  avatar  avatar Jan Go avatar  avatar  avatar  avatar Shikhar Bhardwaj avatar James Trickel avatar Kim avatar  avatar Hubert avatar Pragyan avatar Jacob Ernst avatar  avatar Miszo Radomski avatar Jorge Luis Rodriguez Carpio avatar  avatar Dwayne Gibbs avatar Leo D. avatar Peter Williams avatar  avatar Ryan avatar Byron Jones avatar Wade avatar Mohamed Hammad avatar Anoubis avatar Juned Shaikh avatar Koen Verburg avatar Matthew J. Geiger avatar Dariusz Adrychowski avatar Sampath Kumar Krishnan avatar makotyo avatar Ahmetcan Aksu avatar  avatar  avatar Christof Becu avatar  avatar Jonas Wenger avatar  avatar

Watchers

Matthew J. Geiger avatar Łukasz Kuryło avatar  avatar Eurico Eloy avatar  avatar CHIΞFMCCONNΞLL.ΞTH avatar Yuto Nakagawa avatar Julian Psotta avatar  avatar Adrian avatar Anoubis avatar Jan Go avatar  avatar RaghavendraHiremath avatar Aaron Tringle avatar Jonas Wenger avatar  avatar

powershell-projects's Issues

Powershell Core

It's possible to do the same with powershell core and be multiplatform? I will be able to help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.