Code Monkey home page Code Monkey logo

nohassleshortcuts's Introduction

NoHassleShortcuts

Simple keyboard shortcuts to any file, folder, or URL using ancient batch scripts!
http://teamralon.com/shortcuts/

Navigate with the keyboard, which is often much faster than the mouse.

To create shortcuts:

  • Right click on the file and click "Make a new No Hassle Shortcut!"
  • Or, paste a URL or path to a file or folder
  • Or, use the command line interface (CLI)

To quickly open files using shortcuts:

  1. Press Win+R to open the "Run" dialog
  2. Type the shortcut name
  3. Press Enter

Enjoy!

nohassleshortcuts's People

Contributors

andrewralon avatar

Stargazers

 avatar

Watchers

 avatar

nohassleshortcuts's Issues

Handle shortcut to Recycle Bin

Issue:
Unhandled exception when trying to make a shortcut to the Recycle Bin.

Description:
image

Goal:
Detect and handle Windows IDs like this in the future. Or find some other way to decrypt and create shortcuts to them.

Exception with Windows components shortcuts

As a user, I want to use a quicker shortcut like "serv" to open "services.msc."

Problem:
Open NHS 0.1.1.5, type "services.msc" in first box, type "serv" in second box, and create the shortcut. Running "serv" will result in an exception.

Workaround:
Use the full path: "C:\Windows\System32\services.msc"
Example: Click Windows key, type "services.msc", right click on result and click "Make a new No Hassle Shortcut!" -- this grabs the full path.

Details:
NHS 0.1.1.5 can't handle "services.msc" -- it requires a full path in the first textbox. It gets the following exception:

Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
Could not find file 'C;\Shortcuts\services.msc'.

************** Exception Text **************
System.IO.FileNotFoundException: Could not find file 'C:\Shortcuts\services.msc'.
File name: 'C:\Shortcuts\services.msc'
........

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.