Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f4f781288f5c305c48cf320f1c58d59c to your computer and use it in GitHub Desktop.
Save ryantm/f4f781288f5c305c48cf320f1c58d59c to your computer and use it in GitHub Desktop.
/nix/store/580bsdd6b8gp81barj8h5v2l1f5vbr66-fpp-0.8.2
├── bin
│   └── fpp -> /nix/store/580bsdd6b8gp81barj8h5v2l1f5vbr66-fpp-0.8.2/share/fpp/fpp
└── share
└── fpp
├── fpp
└── src
├── charCodeMapping.py
├── choose.py
├── colorPrinter.py
├── cursesAPI.py
├── format.py
├── formattedText.py
├── __init__.py
├── keyBindings.py
├── logger.py
├── output.py
├── parse.py
├── printHelp.py
├── processInput.py
├── repos.py
├── screenControl.py
├── screenFlags.py
├── stateFiles.py
├── __tests__
│   ├── cursesForTest.py
│   ├── evilFile No Prepend.txt
│   ├── expected
│   │   ├── abbreviatedLineSelect.txt
│   │   ├── allInputBranch.txt
│   │   ├── dontWipeChrome.txt
│   │   ├── executeKeysEndKeySelectLast.txt
│   │   ├── gitAbbreivatedFiles.txt
│   │   ├── gitDiffWithPageDownColor.txt
│   │   ├── gitDiffWithPageDown.txt
│   │   ├── gitDiffWithScroll.txt
│   │   ├── gitDiffWithScrollUp.txt
│   │   ├── gitDiffWithValidation.txt
│   │   ├── longFileNames.txt
│   │   ├── longFileNamesWithBeforeTextBug.txt
│   │   ├── longFileTruncation.txt
│   │   ├── longListEndKey.txt
│   │   ├── longListHomeKey.txt
│   │   ├── longListPageUpAndDown.txt
│   │   ├── selectAllBug.txt
│   │   ├── selectAllFromArg.txt
│   │   ├── selectCommandWithPassedCommand.txt
│   │   ├── selectDownSelectInverse.txt
│   │   ├── selectDownSelect.txt
│   │   ├── selectFirst.txt
│   │   ├── selectFirstWithDown.txt
│   │   ├── selectTwoCommandMode.txt
│   │   ├── selectWithDownSelectInverse.txt
│   │   ├── selectWithDownSelect.txt
│   │   ├── simpleGitDiff.txt
│   │   ├── simpleLoadAndQuit.txt
│   │   ├── simpleSelectWithAttributes.txt
│   │   ├── simpleSelectWithColor.txt
│   │   ├── simpleWithAttributes.txt
│   │   ├── tallLoadAndQuit.txt
│   │   ├── tonsOfFiles.txt
│   │   └── xModeWithSelect.txt
│   ├── file-from-yocto_3.1%.bbappend
│   ├── file-from-yocto_%.bbappend
│   ├── __init__.py
│   ├── inputs
│   │   ├── absoluteGitDiff.txt
│   │   ├── annoying-hyphen-dir
│   │   │   └── Package Control.system-bundle
│   │   ├── annoying Spaces Folder
│   │   │   └── evilFile With Space2.txt
│   │   ├── annoyingTildeExtension.txt~
│   │   ├── blogredesign.sublime-workspace
│   │   ├── evilFile With Space.txt
│   │   ├── gitAbbreviatedFiles.txt
│   │   ├── gitBranch.txt
│   │   ├── gitDiffColor.txt
│   │   ├── gitDiffNoStat.txt
│   │   ├── gitDiffSomeExist.txt
│   │   ├── gitDiff.txt
│   │   ├── gitLongDiffColor.txt
│   │   ├── gitLongDiff.txt
│   │   ├── longFileNames.txt
│   │   ├── longFileNamesWithBeforeText.txt
│   │   ├── longLineAbbreviated.txt
│   │   ├── longList.txt
│   │   ├── NSArray+Utils.h
│   │   ├── superLongFileNames.txt
│   │   ├── svo (install the zip not me).xml
│   │   ├── svo (install the zip, not me).xml
│   │   ├── svo install the zip not me.xml
│   │   ├── svo install the zip, not me.xml
│   │   └── tonsOfFiles.txt
│   ├── keyBindingsForTest.py
│   ├── localTestCases.py
│   ├── screenForTest.py
│   ├── screenTestRunner.py
│   ├── testKeyBindingsParsing.py
│   ├── testParsing.py
│   └── testScreen.py
├── usageStrings.py
└── version.py
9 directories, 92 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment