├── .gitattributes ├── .gitignore ├── AmpyFileManager.sln ├── AmpyFileManager ├── AmpyFileManager.csproj ├── App.config ├── ESPRoutines.cs ├── HelpForm.Designer.cs ├── HelpForm.cs ├── HelpForm.resx ├── Hopstarter-Soft-Scraps-Text-Edit.ico ├── MainForm.Designer.cs ├── MainForm.cs ├── MainForm.resx ├── Manager.Designer.cs ├── Manager.cs ├── Manager.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── RebexAboutForm.Designer.cs ├── RebexAboutForm.cs ├── RebexAboutForm.resx ├── RebexForm.Designer.cs ├── RebexForm.cs ├── RebexForm.resx ├── ReplaceAllForm.Designer.cs ├── ReplaceAllForm.cs ├── ReplaceAllForm.resx ├── SelectComForm.Designer.cs ├── SelectComForm.cs ├── SelectComForm.resx ├── TerminalForm.Designer.cs ├── TerminalForm.cs ├── TerminalForm.resx ├── esp8266.ico ├── help │ ├── WemosD1MiniMicropythonPins.png │ ├── cheatsheet-back.jpg │ └── cheatsheet-front.jpg ├── if_address_book_16600.ico └── packages.config ├── README.md ├── afm.jpg └── license.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/.gitignore -------------------------------------------------------------------------------- /AmpyFileManager.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager.sln -------------------------------------------------------------------------------- /AmpyFileManager/AmpyFileManager.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/AmpyFileManager.csproj -------------------------------------------------------------------------------- /AmpyFileManager/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/App.config -------------------------------------------------------------------------------- /AmpyFileManager/ESPRoutines.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/ESPRoutines.cs -------------------------------------------------------------------------------- /AmpyFileManager/HelpForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/HelpForm.Designer.cs -------------------------------------------------------------------------------- /AmpyFileManager/HelpForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/HelpForm.cs -------------------------------------------------------------------------------- /AmpyFileManager/HelpForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/HelpForm.resx -------------------------------------------------------------------------------- /AmpyFileManager/Hopstarter-Soft-Scraps-Text-Edit.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/Hopstarter-Soft-Scraps-Text-Edit.ico -------------------------------------------------------------------------------- /AmpyFileManager/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/MainForm.Designer.cs -------------------------------------------------------------------------------- /AmpyFileManager/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/MainForm.cs -------------------------------------------------------------------------------- /AmpyFileManager/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/MainForm.resx -------------------------------------------------------------------------------- /AmpyFileManager/Manager.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/Manager.Designer.cs -------------------------------------------------------------------------------- /AmpyFileManager/Manager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/Manager.cs -------------------------------------------------------------------------------- /AmpyFileManager/Manager.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/Manager.resx -------------------------------------------------------------------------------- /AmpyFileManager/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/Program.cs -------------------------------------------------------------------------------- /AmpyFileManager/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AmpyFileManager/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /AmpyFileManager/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/Properties/Resources.resx -------------------------------------------------------------------------------- /AmpyFileManager/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /AmpyFileManager/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/Properties/Settings.settings -------------------------------------------------------------------------------- /AmpyFileManager/RebexAboutForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/RebexAboutForm.Designer.cs -------------------------------------------------------------------------------- /AmpyFileManager/RebexAboutForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/RebexAboutForm.cs -------------------------------------------------------------------------------- /AmpyFileManager/RebexAboutForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/RebexAboutForm.resx -------------------------------------------------------------------------------- /AmpyFileManager/RebexForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/RebexForm.Designer.cs -------------------------------------------------------------------------------- /AmpyFileManager/RebexForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/RebexForm.cs -------------------------------------------------------------------------------- /AmpyFileManager/RebexForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/RebexForm.resx -------------------------------------------------------------------------------- /AmpyFileManager/ReplaceAllForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/ReplaceAllForm.Designer.cs -------------------------------------------------------------------------------- /AmpyFileManager/ReplaceAllForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/ReplaceAllForm.cs -------------------------------------------------------------------------------- /AmpyFileManager/ReplaceAllForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/ReplaceAllForm.resx -------------------------------------------------------------------------------- /AmpyFileManager/SelectComForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/SelectComForm.Designer.cs -------------------------------------------------------------------------------- /AmpyFileManager/SelectComForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/SelectComForm.cs -------------------------------------------------------------------------------- /AmpyFileManager/SelectComForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/SelectComForm.resx -------------------------------------------------------------------------------- /AmpyFileManager/TerminalForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/TerminalForm.Designer.cs -------------------------------------------------------------------------------- /AmpyFileManager/TerminalForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/TerminalForm.cs -------------------------------------------------------------------------------- /AmpyFileManager/TerminalForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/TerminalForm.resx -------------------------------------------------------------------------------- /AmpyFileManager/esp8266.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/esp8266.ico -------------------------------------------------------------------------------- /AmpyFileManager/help/WemosD1MiniMicropythonPins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/help/WemosD1MiniMicropythonPins.png -------------------------------------------------------------------------------- /AmpyFileManager/help/cheatsheet-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/help/cheatsheet-back.jpg -------------------------------------------------------------------------------- /AmpyFileManager/help/cheatsheet-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/help/cheatsheet-front.jpg -------------------------------------------------------------------------------- /AmpyFileManager/if_address_book_16600.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/if_address_book_16600.ico -------------------------------------------------------------------------------- /AmpyFileManager/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/AmpyFileManager/packages.config -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/README.md -------------------------------------------------------------------------------- /afm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/afm.jpg -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joewez/AmpyFileManager/HEAD/license.txt --------------------------------------------------------------------------------