-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,45 @@ | ||
# iron-gate | ||
The start of something good. | ||
# Iron Gate | ||
|
||
Iron Gate is the code name given to a really convenient files and foldesr organization system. This is a cross-platform application built for Windows and Mac OSX. Some really great features: | ||
|
||
- Tag files and folders for quick search up | ||
- Save folder structures frequently used | ||
- Create predefined directories based on common usages | ||
- Search, upload, and download other user directory templates | ||
- Easily remove unused files and folders | ||
- ... more to come | ||
|
||
|
||
### Version | ||
0.1 | ||
|
||
### Tech | ||
|
||
The following is used to develop Iron Gate: | ||
|
||
* [JavaFX] - great GUI library | ||
* [JavaFX Scene Builder] - faster way to build! | ||
|
||
Iron Gate is open source, feel free to [contribute]! | ||
|
||
### Installation | ||
|
||
Any java based IDE can build Iron Gate, although [IntelliJ] is highly recommended: | ||
|
||
### Plugins | ||
|
||
Iron Gate is will eventually use the following plugins: | ||
* Dropbox | ||
* Google Drive | ||
* OneDrive | ||
|
||
### Todos | ||
- everything | ||
|
||
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax) | ||
|
||
|
||
[JavaFx]: <https://docs.oracle.com/javase/8/javase-clienttechnologies.htm> | ||
[JavaFX Scene Builder]: <http://www.oracle.com/technetwork/java/javase/downloads/javafxscenebuilder-info-2157684.html> | ||
[IntelliJ]: <https://www.jetbrains.com/idea/> | ||
[contribute]: <https://github.uconn.edu/brp14005/IronGate> |