#boxes -- a simple tool to manage files
##Introduction
boxes is a tool to help you keep your files organized while still convenient to use. You create a folder with boxes command called a "box" and there's no need for you to know the actual location of the folder. You can use boxes add
command to copy you file into the box, and create a soft link of the box or files inside it to the path you want by fire boxes link
command. Though this you can access your file wherever you want by placing a soft link there while keeps you files still organized.
##How to install
Download source file from this repo and fire
python3 setup.py install
command to install
##Dependencies Python3 is required
##License Copyright (C) 2016 Zumium martin007323@gmail.com
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.