GithubHelp home page GithubHelp logo

lateralus138 / godmode Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 8.64 MB

Create the famous god mode directory in Windows from the command line.

License: GNU General Public License v3.0

C++ 100.00%

godmode's Introduction

God Mode God Mode logo

Readme Card



About

All files can be found on the Releases page.

Description

'God Mode' is a Windows only command line utilty to help create the a directory with many shortcuts to various administrative tools. You can normally create this by creating a folder and naming it .{ED7BA470-8E54-465E-825C-99712043E01C}[1] or whatever_name_you_like.{ED7BA470-8E54-465E-825C-99712043E01C}. This utility just makes it easier to do programmatically.

All executable binaries (portable and installation) provided by this repository were built at this repository and MD5 hashes were obtained during compile/build time and are updated at the same time and provided below and on the Release page.

Motivation

I create this directory for various reasons often and I like to have utilities for everything I do. This is added to my main Windows Utils package on a USB especially for working on multiple computers.


Support Me If You Like

If you like any of the projects below and care to donate to my PayPal:

PayPal Donation

Or Buy Me A Coffee if your prefer:

Buy Me A Coffee


Usage

Environment

This is a Windows command line tool for CMD and PowerShell. This tool is a single stand-alone executable and therefore can be used portably, but has an installer provided. The installer provides a means for easy removal and the option to add the programs path to the %PATH% environment variable (which is also removed on uninstallation). There are both x86 (32 bit) and x64 (64 bit) versions of both the portable and installer executables.

How

Portable

As with any portable program this can be placed anywhere you like on your machine, but more preferably in a directory that is in your %PATH% environment variable so you can run it without a full path (godmode for example). I recommend using a dedicated Bin directory, but of course, it's your choice. If your path isn't already in your %PATH% environment then I suggest adding it[3], but if not then you have provide the full path (C:\Path\To\godmode.exe for example) when executing the program.

Installation

Though it's not necessary an installer is provided for both the 32 bit and 64 bit versions. The installer provides a way to easily uninstall the program like you would any other Windows program and also provides the ability to automatically add the program's directory to the %PATH% environment variable. Everything is removed upon uninstallation. Just download the installer of your choice and run like you would any other intaller in Windows.

A preview is provided below.

Examples

Help

PS> & godmode /?

God Mode - Create the famous god mode directory in Windows from the
           command line.

godmode   [/? | /h | /help] | [[/p | /path] <String>]
          [[/n | /name] <String>]

  /?, /h, /help This help screen.
  /p, /path     The parent path where the directory will be located.
                Defaults to '.' (current directory).
  /n, /name     The name of directory. Defaults to 'GodMode', but it
                can be any valid name including en empty string ('').

PS> 

Create the GodMode directory on the desktop in PowerShell

PS> & godmode.exe /p $Env:USERPROFILE\Desktop
'C:\\Users\\<USERNAME>\\Desktop\\GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}' created successfully.

PS> 

Create the GodMode directory on the desktop in CMD

C:\Users\<USERNAME>> godmode.exe /p %userprofile%\Desktop
'C:\\Users\\<USERNAME>\\Desktop\\GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}' created successfully.

PS> 

Create the GodMode directory with no name

PS> godmode.exe /n ''
'C:\\Users\\<USERNAME>\\.{ED7BA470-8E54-465E-825C-99712043E01C}' created successfully.


Project Information

This project is written in C++.

C++

Source File Quality

This is graded by CodeFactor and is subjective, but helps me to refactor my work.

Name Status
codefactor.io

File MD5 Hashes

All hashes are retrieved at compile/build time.

Current Windows X86 MD5

WINDOWS X86 MD5

Current Windows X64 MD5

WINDOWS X64 MD5

Current Windows X86 Installer MD5

WINDOWS X86 INSTALLER MD5

Current Windows X64 Installer MD5

WINDOWS X64 INSTALLER MD5

Other Miscellaneous File Information

Description Status
Project Release Date GitHub Release Date
Total downloads for this project GitHub all releases
Complete repository size This Repo Size
Commits in last month GitHub commit activity
Commits in last year GitHub commit activity

Notes

Note 1

Windows God Mode search @ DuckDuckGo


Media

Logo

I created this.

LOGO

Help Screen

HELP SCREENSHOT

Examples In PowerShell And CMD

EXAMPLES1 SCREENSHOT

Installer Preview

INSTALLATION PREVIEW


License Info

License Excerpt
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

godmode's People

Contributors

lateralus138 avatar

Watchers

 avatar  avatar

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.