Skip to content
/ move-up Public

Tool to bring contents of a folder up one level

Notifications You must be signed in to change notification settings

podpah/move-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Move-Up

This is a context menu tool to elevate the contents of a folder by one level.

For example, if your directory structure in a folder is:

C:/
├── Target/
│   ├── stuff.txt
│   └── extra-stuff/
├── notes.txt

After using move up on the target folder, it would become:

C:/
├── stuff.txt
├── extra-stuff/
└── notes.txt

Installation

You can either:

python setup.py

Or you can double click the .reg file. The reg file's default location is on C:/Users/User, so you'll need to adjust it accordingly. You might also need to adjust the location for your python.exe (but the setup.py will handle this and clean up the files after registering as you no longer need them afterwards)

Usage

Just right click on a folder and it should show up as an option once installed Usage example


Icon

About

Tool to bring contents of a folder up one level

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages