├── .github
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── ISSUE_TEMPLATE.md
├── PULL_REQUEST_TEMPLATE.md
├── release.yml
└── workflows
│ ├── build-release.yml
│ ├── build-testing.yml
│ ├── pre_release.yml
│ ├── pull_request-or-main.yml
│ └── release.yml
├── .mvn
└── extensions.xml
├── .project
├── .settings
└── org.eclipse.core.resources.prefs
├── EasyShell-Release-Build.launch
├── EasyShell-Testing-Build.launch
├── EasyShell-set-new-version.launch
├── LICENSE
├── README.md
├── docs
├── How-to-build.md
├── Windows-Administrator-Terminal.md
└── Windows-Terminal-App.md
├── feature
├── .gitignore
├── .project
├── .settings
│ ├── org.eclipse.core.resources.prefs
│ └── org.eclipse.m2e.core.prefs
├── build.properties
├── feature.xml
└── pom.xml
├── platform
├── .gitignore
├── .project
├── .settings
│ └── org.eclipse.core.resources.prefs
├── Eclipse-2018-09.target
├── Eclipse-2018-12.target
├── Eclipse-2019-03.target
├── Eclipse-2019-06.target
├── Eclipse-2019-09.target
├── Eclipse-2019-12.target
├── Eclipse-2020-03.target
├── Eclipse-2020-06.target
├── Eclipse-2020-09.target
├── Eclipse-2020-12.target
├── Eclipse-2021-03.target
├── Eclipse-2021-06.target
├── Eclipse-2021-09.target
├── Eclipse-2021-12.target
├── Eclipse-2022-03.target
├── Eclipse-2022-06.target
├── Eclipse-2022-09.target
├── Eclipse-3.8.target
├── Eclipse-4.4.target
├── Eclipse-4.5.target
├── Eclipse-4.6.target
├── Eclipse-4.7.target
├── Eclipse-4.8.target
├── logo
│ ├── easyshell.ai
│ ├── horizontalversion.png
│ ├── horizontalversion.svg
│ ├── icon.png
│ ├── icon.svg
│ ├── verticalversion.png
│ └── verticalversion.svg
└── pom.xml
├── plugin
├── .classpath
├── .gitignore
├── .project
├── .settings
│ ├── org.eclipse.core.resources.prefs
│ ├── org.eclipse.jdt.core.prefs
│ └── org.eclipse.m2e.core.prefs
├── META-INF
│ └── MANIFEST.MF
├── about.ini
├── build.properties
├── images
│ ├── clipboard.png
│ ├── clipboard1.png
│ ├── default.png
│ ├── easyshell-new.png
│ ├── easyshell.png
│ ├── easyshell100.png
│ ├── easyshell32-new.png
│ ├── easyshell32.png
│ ├── eclipse.png
│ ├── edit.png
│ ├── explore.png
│ ├── explore1.png
│ ├── explore2.png
│ ├── macosx
│ │ └── explore.png
│ ├── none.png
│ ├── open.png
│ ├── run.png
│ ├── run1.png
│ ├── run2.gif
│ ├── user.png
│ └── windows
│ │ └── easyshell.png
├── images_not_used
│ ├── gif
│ │ ├── console_view.gif
│ │ ├── copy.gif
│ │ ├── copy_edit.gif
│ │ ├── copy_edit_co.gif
│ │ ├── cpyqual_menu.gif
│ │ ├── easyshell.gif
│ │ ├── eclipse.gif
│ │ ├── editor.gif
│ │ ├── editor_area.gif
│ │ ├── environment_obj.gif
│ │ ├── exclusion_filter_attrib.gif
│ │ ├── external_tools.gif
│ │ ├── file_obj.gif
│ │ ├── filenav_nav.gif
│ │ ├── fldr_obj.gif
│ │ ├── folder.gif
│ │ ├── goto_input.gif
│ │ ├── help.gif
│ │ ├── home_nav.gif
│ │ ├── prompt.gif
│ │ ├── properties.gif
│ │ ├── run.gif
│ │ └── run_exc.gif
│ ├── macosx
│ │ ├── 10.png
│ │ ├── Musett-Antares-IMac-OSX.ico
│ │ ├── Terminal-Befehle-Ubuntu-Linux.png
│ │ ├── Terminalicon.png
│ │ ├── allmyfiles.png
│ │ ├── allmyfiles@2x.png
│ │ ├── finder.png
│ │ ├── finder@2x.png
│ │ ├── finder_16x16.png
│ │ ├── icon_terminal_2x.jpg
│ │ ├── mac-terminal-icon-4519.png
│ │ ├── terminal-app-icon-OS-X.png
│ │ ├── terminal-icon-osx-150x150.png
│ │ ├── terminal.png
│ │ ├── terminal_icons_by_isgie-d2xgmyw.png
│ │ ├── url 2.png
│ │ ├── url.png
│ │ ├── url@2x 2.png
│ │ └── url@2x.png
│ ├── png
│ │ ├── console_view.png
│ │ ├── copy.png
│ │ ├── copy_edit.png
│ │ ├── copy_edit_co.png
│ │ ├── copyviewtoclipboard_tsk.png
│ │ ├── cpyqual_menu.png
│ │ ├── easyshell.png
│ │ ├── easyshell2.png
│ │ ├── easyshell_new.png
│ │ ├── easyshell_old.png
│ │ ├── eclipse.png
│ │ ├── editor_area.png
│ │ ├── environment_obj.png
│ │ ├── exclusion_filter_attrib.png
│ │ ├── external_tools.png
│ │ ├── file-new-16x16.png
│ │ ├── file_obj.png
│ │ ├── filenav_nav.png
│ │ ├── fldr_obj.png
│ │ ├── folder.png
│ │ ├── goto_input.png
│ │ ├── help.png
│ │ ├── home_nav.png
│ │ ├── prompt.png
│ │ ├── prompt2.png
│ │ ├── prompt_old.png
│ │ ├── prompt_old2.png
│ │ ├── properties.png
│ │ └── run_exc.png
│ └── test
│ │ ├── Command Prompt.png
│ │ ├── Prompt.png
│ │ ├── Terminal (2).png
│ │ ├── Terminal (3).png
│ │ ├── app_terminal.png
│ │ ├── app_terminal_16x16.png
│ │ ├── terminal (1).png
│ │ ├── terminal-19.png
│ │ ├── terminal-icon.png
│ │ ├── terminal.gif
│ │ ├── terminal.png
│ │ ├── terminal.svg
│ │ └── terminal_16x16.png
├── manpages
│ ├── conemu.txt
│ ├── console.txt
│ ├── explorer.txt
│ ├── git-bash@win.txt
│ ├── gnome-terminal.txt
│ ├── konsole.txt
│ ├── linux-command-line-1.txt
│ ├── linux-command-line-2.txt
│ ├── linux_desktop.txt
│ ├── macosx.txt
│ ├── others.txt
│ └── totalcommander.txt
├── plugin.xml
├── pom.xml
├── readme.txt
├── releases
│ ├── CHANGES.TXT
│ └── README.TXT
├── scripts
│ ├── bash
│ │ └── guake.sh
│ ├── cmd
│ │ └── test.cmd
│ └── powershell
│ │ └── test.ps1
├── src
│ └── de
│ │ └── anbos
│ │ └── eclipse
│ │ └── easyshell
│ │ └── plugin
│ │ ├── Activator.java
│ │ ├── Constants.java
│ │ ├── UIMessages.properties
│ │ ├── actions
│ │ ├── Action.java
│ │ └── ActionDelegate.java
│ │ ├── commands
│ │ ├── DefineCommands.java
│ │ ├── DefineCommandsForMainMenu.java
│ │ ├── DefineCommandsForResourceNavigator.java
│ │ ├── ExecuteCommandDialog.java
│ │ ├── ExecuteCommandLabelProvider.java
│ │ └── ExecuteCommandPopup.java
│ │ ├── editor
│ │ ├── LauncherAll.java
│ │ └── LauncherAllMulti.java
│ │ ├── exceptions
│ │ ├── General.java
│ │ └── UnknownCommandID.java
│ │ ├── handlers
│ │ ├── All.java
│ │ ├── AllMulti.java
│ │ ├── AllSingle.java
│ │ ├── Clipboard.java
│ │ ├── Default.java
│ │ ├── Execute.java
│ │ ├── Explore.java
│ │ ├── Open.java
│ │ ├── Run.java
│ │ └── User.java
│ │ ├── legacy
│ │ ├── Debug.java
│ │ ├── EasyShellTokenizer.java
│ │ ├── LinuxDesktop.java
│ │ ├── PreferenceEntry.java
│ │ ├── PrefsV1_4.java
│ │ ├── PrefsV1_5.java
│ │ └── Quotes.java
│ │ ├── misc
│ │ ├── DynamicVariableResolver.java
│ │ ├── DynamicVariableSelector.java
│ │ ├── ResourceUtils.java
│ │ ├── ResourceUtilsCDTCore.java
│ │ ├── ResourceUtilsCDTUI.java
│ │ ├── ResourceUtilsJDTCore.java
│ │ ├── Utils.java
│ │ └── UtilsUI.java
│ │ ├── preferences
│ │ ├── CommandData.java
│ │ ├── CommandDataBasic.java
│ │ ├── CommandDataContentProvider.java
│ │ ├── CommandDataDefaultCollection.java
│ │ ├── CommandDataDefaultCollectionAllOS.java
│ │ ├── CommandDataDefaultCollectionLinux.java
│ │ ├── CommandDataDefaultCollectionMacOSX.java
│ │ ├── CommandDataDefaultCollectionWindows.java
│ │ ├── CommandDataDialog.java
│ │ ├── CommandDataFilter.java
│ │ ├── CommandDataLabelProvider.java
│ │ ├── CommandDataList.java
│ │ ├── CommandDataStore.java
│ │ ├── CommandPage.java
│ │ ├── CommandVariableContentAdapter.java
│ │ ├── CommandVariableContentProposalProvider.java
│ │ ├── Data.java
│ │ ├── DataMover.java
│ │ ├── DataStore.java
│ │ ├── GeneralData.java
│ │ ├── GeneralDataStore.java
│ │ ├── IData.java
│ │ ├── IDataStore.java
│ │ ├── IStore.java
│ │ ├── Initializer.java
│ │ ├── MainPage.java
│ │ ├── MenuData.java
│ │ ├── MenuDataContentProvider.java
│ │ ├── MenuDataDialog.java
│ │ ├── MenuDataFilter.java
│ │ ├── MenuDataLabelProvider.java
│ │ ├── MenuDataList.java
│ │ ├── MenuDataMover.java
│ │ ├── MenuDataStore.java
│ │ ├── MenuPage.java
│ │ ├── PreferenceValueConverter.java
│ │ ├── Store.java
│ │ ├── TypedComboBox.java
│ │ ├── TypedComboBoxLabelProvider.java
│ │ └── TypedComboBoxSelectionListener.java
│ │ └── types
│ │ ├── Category.java
│ │ ├── CheckBox.java
│ │ ├── CommandTokenizer.java
│ │ ├── CommandType.java
│ │ ├── Converter.java
│ │ ├── Converters.java
│ │ ├── Debug.java
│ │ ├── IConverter.java
│ │ ├── IVariableResolver.java
│ │ ├── LinuxDesktop.java
│ │ ├── MenuNameType.java
│ │ ├── OS.java
│ │ ├── PresetType.java
│ │ ├── Quotes.java
│ │ ├── Resource.java
│ │ ├── ResourceType.java
│ │ ├── Variable.java
│ │ ├── Variables.java
│ │ └── Version.java
└── uuids.txt
├── pom.xml
└── site
├── .gitignore
├── .project
├── .settings
├── org.eclipse.core.resources.prefs
└── org.eclipse.m2e.core.prefs
├── category.xml
├── images
├── EasyShell_1.4_context_menu.png
├── EasyShell_1.4_preferences.png
├── EasyShell_2.0_context_menu_windows.png
├── EasyShell_2.0_multi-selection_dialog_windows.png
├── EasyShell_2.0_popup_menu_windows.png
├── EasyShell_2.0_preferences_command.png
├── EasyShell_2.0_preferences_command_new.png
├── EasyShell_2.0_preferences_menu.png
├── EasyShell_2.0_preferences_menu_new.png
├── EasyShell_2.0_preferences_menu_new_content_assist.png
├── EasyShell_2.1_context_menu_linux.png
├── EasyShell_2.1_multi-selection_dialog_linux.png
├── EasyShell_2.1_popup_menu_linux.png
├── EasyShell_2.1_preferences_command_edit.png
├── EasyShell_2.1_preferences_command_linux.png
├── EasyShell_2.1_preferences_command_new.png
├── EasyShell_2.1_preferences_general.png
├── EasyShell_2.1_preferences_menu_edit.png
├── EasyShell_2.1_preferences_menu_edit_content_assist.png
├── EasyShell_2.1_preferences_menu_edit_filter.png
├── EasyShell_2.1_preferences_menu_linux.png
└── EasyShell_2.2_main_menu_dialog_windows.png
├── packaging-p2composite.ant
├── pom.xml
├── readme.txt
└── updates
├── index.md
├── release
├── 1.4
│ ├── artifacts.xml
│ ├── content.xml
│ ├── features
│ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.0.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.1.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.2.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.3.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.4.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.5.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.3.6.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.4.0.1.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell.feature_1.4.1.jar
│ │ └── com.tetrade.eclipse.plugins.easyshell.feature_1.4.2.jar
│ ├── index.html
│ ├── index_gen.html
│ ├── lgpl.html
│ ├── links.html
│ ├── plugins.html
│ ├── plugins
│ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.0.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.1.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.2.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.3.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.4.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.5.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell_1.3.6.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell_1.4.0.1.jar
│ │ ├── com.tetrade.eclipse.plugins.easyshell_1.4.1.jar
│ │ └── com.tetrade.eclipse.plugins.easyshell_1.4.2.jar
│ ├── stylesheet.css
│ └── web
│ │ ├── site.css
│ │ └── site.xsl
├── 2.0
│ ├── 2.0.0.v20160929-1641
│ │ ├── artifacts.jar
│ │ ├── content.jar
│ │ ├── features
│ │ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160929-1641.jar
│ │ └── plugins
│ │ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160929-1641.jar
│ ├── compositeArtifacts.xml
│ ├── compositeContent.xml
│ └── p2.index
├── 2.1
│ ├── 2.1.0.v20170508-1844
│ │ ├── artifacts.jar
│ │ ├── content.jar
│ │ ├── features
│ │ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20170508-1844.jar
│ │ └── plugins
│ │ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20170508-1844.jar
│ ├── compositeArtifacts.xml
│ ├── compositeContent.xml
│ └── p2.index
├── 2.2
│ ├── 2.2.0.v20210518-0839
│ │ ├── artifacts.jar
│ │ ├── artifacts.xml.xz
│ │ ├── content.jar
│ │ ├── content.xml.xz
│ │ ├── features
│ │ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20210518-0839.jar
│ │ ├── p2.index
│ │ └── plugins
│ │ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20210518-0839.jar
│ ├── 2.2.1.v20210716-0745
│ │ ├── artifacts.jar
│ │ ├── artifacts.xml.xz
│ │ ├── content.jar
│ │ ├── content.xml.xz
│ │ ├── features
│ │ │ └── de.anbos.eclipse.easyshell.feature_2.2.1.v20210716-0745.jar
│ │ ├── p2.index
│ │ └── plugins
│ │ │ └── de.anbos.eclipse.easyshell.plugin_2.2.1.v20210716-0745.jar
│ ├── compositeArtifacts.xml
│ ├── compositeContent.xml
│ └── p2.index
├── 2.3
│ ├── 2.3.0.v20230630-1658
│ │ ├── artifacts.jar
│ │ ├── artifacts.xml.xz
│ │ ├── content.jar
│ │ ├── content.xml.xz
│ │ ├── features
│ │ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20230630-1658.jar
│ │ ├── p2.index
│ │ └── plugins
│ │ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20230630-1658.jar
│ ├── compositeArtifacts.xml
│ ├── compositeContent.xml
│ └── p2.index
├── build.version.properties
├── compositeArtifacts.xml
├── compositeContent.xml
└── p2.index
└── testing
├── 1.5
├── 1.5.0.v20160605-2130
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── com.tetrade.eclipse.plugins.easyshell.feature_1.5.0.201606052130.jar
│ └── plugins
│ │ └── com.tetrade.eclipse.plugins.easyshell_1.5.0.201606052130.jar
├── 1.5.0.v20160612-2114
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── com.tetrade.eclipse.plugins.easyshell.feature_1.5.0.201606122114.jar
│ └── plugins
│ │ └── com.tetrade.eclipse.plugins.easyshell_1.5.0.201606122114.jar
├── compositeArtifacts.xml
├── compositeContent.xml
└── p2.index
├── 2.0
├── 2.0.0.v20160719-1230
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160719-1230.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160719-1230.jar
├── 2.0.0.v20160726-2110
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160726-2110.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160726-2110.jar
├── 2.0.0.v20160726-2133
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160726-2133.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160726-2133.jar
├── 2.0.0.v20160823-1756
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160823-1756.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160823-1756.jar
├── 2.0.0.v20160919-1856
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160919-1856.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160919-1856.jar
├── 2.0.0.v20160923-1117
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160923-1117.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160923-1117.jar
├── 2.0.0.v20160927-2006
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.0.0.v20160927-2006.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.0.0.v20160927-2006.jar
├── compositeArtifacts.xml
├── compositeContent.xml
└── p2.index
├── 2.1
├── 2.1.0.v20161102-1515
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161102-1515.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161102-1515.jar
├── 2.1.0.v20161103-2010
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161103-2010.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161103-2010.jar
├── 2.1.0.v20161203-1029
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161203-1029.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161203-1029.jar
├── 2.1.0.v20161210-2045
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161210-2045.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161210-2045.jar
├── 2.1.0.v20161214-2215
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161214-2215.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161214-2215.jar
├── 2.1.0.v20161218-1511
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161218-1511.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161218-1511.jar
├── 2.1.0.v20161220-2025
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20161220-2025.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20161220-2025.jar
├── 2.1.0.v20170421-1258
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20170421-1258.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20170421-1258.jar
├── 2.1.0.v20170508-1844
│ ├── artifacts.jar
│ ├── content.jar
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.1.0.v20170508-1844.jar
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.1.0.v20170508-1844.jar
├── 2.1.1.v20180304-1631
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.1.1.v20180304-1631.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.1.1.v20180304-1631.jar
├── compositeArtifacts.xml
├── compositeContent.xml
└── p2.index
├── 2.2
├── 2.2.0.v20181108-1757
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20181108-1757.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20181108-1757.jar
├── 2.2.0.v20191004-1015
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20191004-1015.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20191004-1015.jar
├── 2.2.0.v20200919-1950
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20200919-1950.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20200919-1950.jar
├── 2.2.0.v20201004-2044
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20201004-2044.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20201004-2044.jar
├── 2.2.0.v20210403-0123
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.2.0.v20210403-0123.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.2.0.v20210403-0123.jar
├── 2.2.1.v20210607-1525
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.2.1.v20210607-1525.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.2.1.v20210607-1525.jar
├── compositeArtifacts.xml
├── compositeContent.xml
└── p2.index
├── 2.3
├── 2.3.0.v20220115-1548
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20220115-1548.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20220115-1548.jar
├── 2.3.0.v20220319-2249
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20220319-2249.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20220319-2249.jar
├── 2.3.0.v20220327-1248
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20220327-1248.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20220327-1248.jar
├── 2.3.0.v20220327-1630
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20220327-1630.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20220327-1630.jar
├── 2.3.0.v20220328-1717
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20220328-1717.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20220328-1717.jar
├── 2.3.0.v20221015-2029
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20221015-2029.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20221015-2029.jar
├── 2.3.0.v20230622-0747
│ ├── artifacts.jar
│ ├── artifacts.xml.xz
│ ├── content.jar
│ ├── content.xml.xz
│ ├── features
│ │ └── de.anbos.eclipse.easyshell.feature_2.3.0.v20230622-0747.jar
│ ├── p2.index
│ └── plugins
│ │ └── de.anbos.eclipse.easyshell.plugin_2.3.0.v20230622-0747.jar
├── compositeArtifacts.xml
├── compositeContent.xml
└── p2.index
├── build.version.properties
├── compositeArtifacts.xml
├── compositeContent.xml
└── p2.index
/.github/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 | # How to contribute
2 |
3 | Contributions are always very much appreciated. However, to make sure the process of accepting patches goes smoothly for everyone (especially for the maintainer), you should try to follow these few simple guidelines when you contribute:
4 |
5 | - Look first if you can find the [issues or feature request](https://github.com/anb0s/EasyShell/issues)
6 | - if you have found it then comment or add your additions there
7 | - if the issues is new then create one with good description (how to reproduce, versions of OS, eclipse, plugin etc.)
8 | - if you want to provide fixes etc. look at [How-to-build](https://github.com/anb0s/EasyShell/wiki/How-to-build)
9 | - create a pull request with your patch , good description and/or link to the issue
10 | - help with testing the developer builds or reproduce issues
11 | - help with needed patches and ideas :)
12 | - Thanks!
13 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | ## Expected Behavior
2 | **{text}**
3 |
4 | ## Actual Behavior
5 | **{text}**
6 |
7 | ## Steps to Reproduce the Problem
8 | **{steps}**
9 |
10 | ## Your Environment
11 |
12 | - Plugin version: **{version}**
13 | - Eclipse Version: **{version}**
14 | - Java Version: **{version}**
15 | - Operating System Version: **{version}**
16 | - OPTIONAL: Linux Desktop Version: **{version}**
17 | - OPTIONAL: External Tool Version: **{version}**
18 |
--------------------------------------------------------------------------------
/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | ## Issue:
2 | #
3 |
4 | ## Proposed changes
5 | **{text}**
6 |
7 | ## Reviewers
8 | @
9 |
--------------------------------------------------------------------------------
/.github/release.yml:
--------------------------------------------------------------------------------
1 | # .github/release.yml
2 | # see: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3 |
4 | changelog:
5 | exclude:
6 | labels:
7 | - ignore-for-release
8 | categories:
9 | - title: Breaking Changes 🛠
10 | labels:
11 | - Semver-Major
12 | - breaking-change
13 | - title: New Features 🎉
14 | labels:
15 | - Semver-Minor
16 | - enhancement
17 | - title: Bug Fixes 🐛
18 | labels:
19 | - Semver-Patch
20 | - bug
21 | - title: Other Changes ✔️
22 | labels:
23 | - "*"
24 |
--------------------------------------------------------------------------------
/.mvn/extensions.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | org.eclipse.tycho
5 | tycho-build
6 | 2.7.0
7 |
8 |
9 |
--------------------------------------------------------------------------------
/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | EasyShell
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding//.github/release.yml=UTF-8
3 | encoding/=UTF-8
4 |
--------------------------------------------------------------------------------
/docs/Windows-Terminal-App.md:
--------------------------------------------------------------------------------
1 | # Windows Terminal App
2 |
3 | ## Open Terminal
4 | See: https://docs.microsoft.com/de-de/windows/terminal/command-line-arguments?tabs=windows
5 |
6 | ## Create a new command for `Windows Terminal`
7 | Open EasyShell preferences go to `(2) Command` and add new command:
8 |
9 | 
10 |
11 | * Category `Open`
12 | * Name: `Windows Terminal`
13 | * Command: `wt new-tab -d "${easyshell:container_loc}" --title "${easyshell:project_name}"`
14 |
15 | Press `OK `and then `Apply and Close` (because of reloading command issues => will fix this later)
16 |
17 | Reopen EasyShell preferences go to `(1) Menu` and create new menu and select new command:
18 |
19 | 
20 | Filter: `terminal`
21 | Press `OK ` and then move the new menu entry with `Up` and `Down` to wanted place:
22 |
23 | 
24 | then `Apply and Close`
25 |
26 | Now it should open the folder:
27 |
28 | 
29 |
30 | 
31 |
--------------------------------------------------------------------------------
/feature/.gitignore:
--------------------------------------------------------------------------------
1 | /bin
2 | /target
3 |
--------------------------------------------------------------------------------
/feature/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | de.anbos.eclipse.easyshell.feature
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.pde.FeatureBuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.m2e.core.maven2Builder
15 |
16 |
17 |
18 |
19 |
20 | org.eclipse.m2e.core.maven2Nature
21 | org.eclipse.pde.FeatureNature
22 |
23 |
24 |
--------------------------------------------------------------------------------
/feature/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding/=UTF-8
3 |
--------------------------------------------------------------------------------
/feature/.settings/org.eclipse.m2e.core.prefs:
--------------------------------------------------------------------------------
1 | activeProfiles=
2 | eclipse.preferences.version=1
3 | resolveWorkspaceProjects=true
4 | version=1
5 |
--------------------------------------------------------------------------------
/feature/build.properties:
--------------------------------------------------------------------------------
1 | bin.includes = feature.xml
2 | src.includes = .project,\
3 | build.properties,\
4 | feature.xml,\
5 | pom.xml
6 |
--------------------------------------------------------------------------------
/feature/pom.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 | 4.0.0
6 |
7 | de.anbos.eclipse.easyshell.feature
8 | eclipse-feature
9 | EasyShell Feature
10 |
11 |
12 | de.anbos.eclipse.easyshell.group
13 | de.anbos.eclipse.easyshell
14 | 2.3.0-SNAPSHOT
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/platform/.gitignore:
--------------------------------------------------------------------------------
1 | /target/
2 | /bin/
3 |
--------------------------------------------------------------------------------
/platform/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | de.anbos.eclipse.easyshell.platform
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.m2e.core.maven2Builder
15 |
16 |
17 |
18 |
19 |
20 | org.eclipse.jdt.core.javanature
21 | org.eclipse.m2e.core.maven2Nature
22 |
23 |
24 |
--------------------------------------------------------------------------------
/platform/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding/=UTF-8
3 |
--------------------------------------------------------------------------------
/platform/Eclipse-2018-09.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2018-12.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2019-03.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2019-06.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2019-09.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2019-12.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2020-03.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2020-06.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2020-09.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2020-12.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2021-03.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2021-06.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2021-09.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2021-12.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2022-03.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2022-06.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-2022-09.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/platform/Eclipse-3.8.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/platform/Eclipse-4.4.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/platform/Eclipse-4.5.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/platform/Eclipse-4.6.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/platform/Eclipse-4.7.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/platform/Eclipse-4.8.target:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/platform/logo/easyshell.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/platform/logo/easyshell.ai
--------------------------------------------------------------------------------
/platform/logo/horizontalversion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/platform/logo/horizontalversion.png
--------------------------------------------------------------------------------
/platform/logo/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/platform/logo/icon.png
--------------------------------------------------------------------------------
/platform/logo/icon.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
19 |
--------------------------------------------------------------------------------
/platform/logo/verticalversion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/platform/logo/verticalversion.png
--------------------------------------------------------------------------------
/platform/logo/verticalversion.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
22 |
--------------------------------------------------------------------------------
/plugin/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/plugin/.gitignore:
--------------------------------------------------------------------------------
1 | /bin
2 | /target
3 |
--------------------------------------------------------------------------------
/plugin/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | de.anbos.eclipse.easyshell.plugin
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.pde.ManifestBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.pde.SchemaBuilder
20 |
21 |
22 |
23 |
24 | org.eclipse.m2e.core.maven2Builder
25 |
26 |
27 |
28 |
29 |
30 | org.eclipse.m2e.core.maven2Nature
31 | org.eclipse.jdt.core.javanature
32 | org.eclipse.pde.PluginNature
33 |
34 |
35 |
--------------------------------------------------------------------------------
/plugin/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding/=UTF-8
3 |
--------------------------------------------------------------------------------
/plugin/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 | org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
4 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
5 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6 | org.eclipse.jdt.core.compiler.compliance=11
7 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8 | org.eclipse.jdt.core.compiler.debug.localVariable=generate
9 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11 | org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
12 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
13 | org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
14 | org.eclipse.jdt.core.compiler.release=enabled
15 | org.eclipse.jdt.core.compiler.source=11
16 |
--------------------------------------------------------------------------------
/plugin/.settings/org.eclipse.m2e.core.prefs:
--------------------------------------------------------------------------------
1 | activeProfiles=
2 | eclipse.preferences.version=1
3 | resolveWorkspaceProjects=true
4 | version=1
5 |
--------------------------------------------------------------------------------
/plugin/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Bundle-ManifestVersion: 2
3 | Bundle-Name: EasyShell
4 | Bundle-SymbolicName: de.anbos.eclipse.easyshell.plugin;singleton:=true
5 | Bundle-Version: 2.3.0.qualifier
6 | Bundle-Activator: de.anbos.eclipse.easyshell.plugin.Activator
7 | Bundle-Vendor: Andre Bossert
8 | Require-Bundle: org.eclipse.ui,
9 | org.eclipse.ui.ide,
10 | org.eclipse.core.runtime,
11 | org.eclipse.core.resources,
12 | org.eclipse.core.expressions,
13 | org.eclipse.core.variables,
14 | org.eclipse.jdt.core;resolution:=optional,
15 | org.eclipse.cdt.ui;resolution:=optional,
16 | org.eclipse.cdt.core;resolution:=optional,
17 | org.eclipse.ui.workbench.texteditor,
18 | org.eclipse.jface.text,
19 | org.eclipse.debug.ui
20 | Bundle-RequiredExecutionEnvironment: JavaSE-11
21 | Bundle-ActivationPolicy: lazy
22 | Bundle-ClassPath: target/easyshell-library.jar
23 | Automatic-Module-Name: de.anbos.eclipse.easyshell.plugin
24 |
--------------------------------------------------------------------------------
/plugin/about.ini:
--------------------------------------------------------------------------------
1 | aboutText = EasyShell - Open a shell window or file manager or run external command from Eclipse.\nVisit http://anb0s.github.io/EasyShell
2 | featureImage = images/easyshell32.png
3 | appName = EasyShell
--------------------------------------------------------------------------------
/plugin/build.properties:
--------------------------------------------------------------------------------
1 | bin.includes = images/,\
2 | plugin.xml,\
3 | META-INF/,\
4 | target/easyshell-library.jar,\
5 | src/de/anbos/eclipse/easyshell/plugin/UIMessages.properties,\
6 | releases/,\
7 | scripts/,\
8 | about.ini
9 | src.includes = images/,\
10 | manpages/,\
11 | releases/CHANGES.TXT,\
12 | releases/README.TXT,\
13 | pom.xml,\
14 | readme.txt
15 | source.target/easyshell-library.jar = src/
16 |
--------------------------------------------------------------------------------
/plugin/images/clipboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/clipboard.png
--------------------------------------------------------------------------------
/plugin/images/clipboard1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/clipboard1.png
--------------------------------------------------------------------------------
/plugin/images/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/default.png
--------------------------------------------------------------------------------
/plugin/images/easyshell-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/easyshell-new.png
--------------------------------------------------------------------------------
/plugin/images/easyshell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/easyshell.png
--------------------------------------------------------------------------------
/plugin/images/easyshell100.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/easyshell100.png
--------------------------------------------------------------------------------
/plugin/images/easyshell32-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/easyshell32-new.png
--------------------------------------------------------------------------------
/plugin/images/easyshell32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/easyshell32.png
--------------------------------------------------------------------------------
/plugin/images/eclipse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/eclipse.png
--------------------------------------------------------------------------------
/plugin/images/edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/edit.png
--------------------------------------------------------------------------------
/plugin/images/explore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/explore.png
--------------------------------------------------------------------------------
/plugin/images/explore1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/explore1.png
--------------------------------------------------------------------------------
/plugin/images/explore2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/explore2.png
--------------------------------------------------------------------------------
/plugin/images/macosx/explore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/macosx/explore.png
--------------------------------------------------------------------------------
/plugin/images/none.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/none.png
--------------------------------------------------------------------------------
/plugin/images/open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/open.png
--------------------------------------------------------------------------------
/plugin/images/run.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/run.png
--------------------------------------------------------------------------------
/plugin/images/run1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/run1.png
--------------------------------------------------------------------------------
/plugin/images/run2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/run2.gif
--------------------------------------------------------------------------------
/plugin/images/user.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/user.png
--------------------------------------------------------------------------------
/plugin/images/windows/easyshell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images/windows/easyshell.png
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/console_view.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/console_view.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/copy.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/copy.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/copy_edit.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/copy_edit.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/copy_edit_co.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/copy_edit_co.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/cpyqual_menu.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/cpyqual_menu.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/easyshell.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/easyshell.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/eclipse.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/eclipse.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/editor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/editor.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/editor_area.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/editor_area.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/environment_obj.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/environment_obj.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/exclusion_filter_attrib.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/exclusion_filter_attrib.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/external_tools.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/external_tools.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/file_obj.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/file_obj.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/filenav_nav.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/filenav_nav.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/fldr_obj.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/fldr_obj.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/folder.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/folder.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/goto_input.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/goto_input.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/help.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/help.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/home_nav.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/home_nav.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/prompt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/prompt.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/properties.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/properties.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/run.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/run.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/gif/run_exc.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/gif/run_exc.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/10.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/Musett-Antares-IMac-OSX.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/Musett-Antares-IMac-OSX.ico
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/Terminal-Befehle-Ubuntu-Linux.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/Terminal-Befehle-Ubuntu-Linux.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/Terminalicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/Terminalicon.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/allmyfiles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/allmyfiles.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/allmyfiles@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/allmyfiles@2x.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/finder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/finder.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/finder@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/finder@2x.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/finder_16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/finder_16x16.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/icon_terminal_2x.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/icon_terminal_2x.jpg
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/mac-terminal-icon-4519.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/mac-terminal-icon-4519.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/terminal-app-icon-OS-X.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/terminal-app-icon-OS-X.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/terminal-icon-osx-150x150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/terminal-icon-osx-150x150.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/terminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/terminal.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/terminal_icons_by_isgie-d2xgmyw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/terminal_icons_by_isgie-d2xgmyw.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/url 2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/url 2.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/url.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/url@2x 2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/url@2x 2.png
--------------------------------------------------------------------------------
/plugin/images_not_used/macosx/url@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/macosx/url@2x.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/console_view.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/console_view.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/copy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/copy.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/copy_edit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/copy_edit.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/copy_edit_co.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/copy_edit_co.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/copyviewtoclipboard_tsk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/copyviewtoclipboard_tsk.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/cpyqual_menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/cpyqual_menu.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/easyshell.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/easyshell.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/easyshell2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/easyshell2.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/easyshell_new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/easyshell_new.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/easyshell_old.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/easyshell_old.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/eclipse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/eclipse.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/editor_area.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/editor_area.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/environment_obj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/environment_obj.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/exclusion_filter_attrib.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/exclusion_filter_attrib.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/external_tools.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/external_tools.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/file-new-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/file-new-16x16.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/file_obj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/file_obj.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/filenav_nav.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/filenav_nav.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/fldr_obj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/fldr_obj.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/folder.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/goto_input.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/goto_input.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/help.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/help.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/home_nav.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/home_nav.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/prompt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/prompt.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/prompt2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/prompt2.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/prompt_old.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/prompt_old.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/prompt_old2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/prompt_old2.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/properties.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/properties.png
--------------------------------------------------------------------------------
/plugin/images_not_used/png/run_exc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/png/run_exc.png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/Command Prompt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/Command Prompt.png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/Prompt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/Prompt.png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/Terminal (2).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/Terminal (2).png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/Terminal (3).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/Terminal (3).png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/app_terminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/app_terminal.png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/app_terminal_16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/app_terminal_16x16.png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/terminal (1).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal (1).png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/terminal-19.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal-19.png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/terminal-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal-icon.png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/terminal.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal.gif
--------------------------------------------------------------------------------
/plugin/images_not_used/test/terminal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal.png
--------------------------------------------------------------------------------
/plugin/images_not_used/test/terminal_16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/anb0s/EasyShell/2af0adc7bf87d3f7d068f84257dc0b9c8b086fdf/plugin/images_not_used/test/terminal_16x16.png
--------------------------------------------------------------------------------
/plugin/manpages/conemu.txt:
--------------------------------------------------------------------------------
1 | ConEmu
2 | https://sourceforge.net/projects/conemu/
3 | http://conemu.codeplex.com/
4 | https://code.google.com/p/conemu-maximus5/
5 |
6 | Request:
7 | https://sourceforge.net/p/pluginbox/feature-requests/16/
8 |
9 | open cmd:
10 | ConEmu.exe /Title "Easy Shell" /Dir "{1}" /Single /cmd cmd
11 |
12 | execute:
13 | ConEmu.exe /Title "Easy Shell" /Dir "{1}" /Single /cmd "{3}"
14 |
--------------------------------------------------------------------------------
/plugin/manpages/console.txt:
--------------------------------------------------------------------------------
1 | https://sourceforge.net/projects/console/
2 |
3 | https://sourceforge.net/p/pluginbox/feature-requests/10/
4 |
5 | Open: console.exe -w "{4}" -d "{1}"
6 | Run: console.exe -w "{4}" -d "{1}" -r "/k \"{3}\""
7 |
8 | Escape chars:
9 | http://www.robvanderwoude.com/escapechars.php
10 |
--------------------------------------------------------------------------------
/plugin/manpages/explorer.txt:
--------------------------------------------------------------------------------
1 | http://support.microsoft.com/kb/314853/en
2 |
3 | The options that you can use with Explorer.exe are /n, /e, /root (plus an object), and /select (plus an object).
4 | Option Function
5 | ----------------------------------------------------------------------
6 | /n Opens a new single-pane window for the default
7 | selection. This is usually the root of the drive that
8 | Windows is installed on. If the window is already
9 | open, a duplicate opens.
10 |
11 | /e Opens Windows Explorer in its default view.
12 |
13 | /root,