matthew-matvei/freeman

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.eslintrc
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.gitignore
.markdownlint.json
.travis.yml
.vscode/launch.json
.vscode/tasks.json
LICENSE
README.md
app/index.html
appveyor.yml
build/icon.icns
build/icon.ico
docs/CODE_STRUCTURE.md
icons/icon.icns
icons/icon.ico
icons/icon.png
package-lock.json
package.json
resources/freeManLogo.png
resources/freeman.keys.json
resources/freeman.settings.json
resources/freeman.themes/dark.json
resources/using-the-app.gif
src/renderer/styles/App.scss
src/renderer/styles/blocks/DirectoryItem.scss
src/renderer/styles/blocks/DirectoryItemIcon.scss
src/renderer/styles/blocks/InputItem.scss
src/renderer/styles/font/Ubuntu-Regular.woff2
src/renderer/styles/font/UbuntuMono-Regular.woff2
src/renderer/styles/main.scss
src/renderer/styles/panels/DirectoryHeader.scss
src/renderer/styles/panels/DirectoryList.scss
src/renderer/styles/panels/PathPanel.scss
src/renderer/styles/panels/QuickSelect.scss
src/renderer/styles/panels/Status.scss
src/renderer/styles/panels/TerminalHeader.scss
src/renderer/styles/panels/TerminalPane.scss
src/renderer/styles/wrappers/DirectoryWrapper.scss
src/renderer/styles/wrappers/TerminalWrapper.scss
tsconfig.json
tslint.json
webpack.common.js71
webpack.prod.js17
webpack.test.js30
src/common/Utils.ts43