Created
December 16, 2020 16:21
-
-
Save jonalmeida/ec9cadce88d9b1d78a0a3500719c23e8 to your computer and use it in GitHub Desktop.
Output of `exa -Td --ignore-glob="*.kt"` as of 15/12/20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── addons | |
├── browser | |
│ ├── browsingmode | |
│ └── readermode | |
├── collections | |
├── components | |
│ ├── history | |
│ ├── metrics | |
│ ├── search | |
│ ├── settings | |
│ ├── tips | |
│ │ └── providers | |
│ └── toolbar | |
├── crashes | |
├── customtabs | |
├── downloads | |
├── exceptions | |
│ ├── login | |
│ ├── trackingprotection | |
│ └── viewholders | |
├── experiments | |
├── ext | |
├── home | |
│ ├── intent | |
│ ├── sessioncontrol | |
│ │ └── viewholders | |
│ │ ├── onboarding | |
│ │ └── topsites | |
│ └── tips | |
├── library | |
│ ├── bookmarks | |
│ │ ├── addfolder | |
│ │ ├── edit | |
│ │ ├── selectfolder | |
│ │ └── viewholders | |
│ ├── downloads | |
│ │ └── viewholders | |
│ ├── history | |
│ │ └── viewholders | |
│ └── recentlyclosed | |
├── media | |
├── migration | |
├── onboarding | |
├── perf | |
├── push | |
├── search | |
│ ├── awesomebar | |
│ ├── telemetry | |
│ │ ├── ads | |
│ │ └── incontent | |
│ └── toolbar | |
├── session | |
├── settings | |
│ ├── about | |
│ │ └── viewholders | |
│ ├── account | |
│ ├── advanced | |
│ ├── deletebrowsingdata | |
│ ├── logins | |
│ │ ├── biometric | |
│ │ │ └── ext | |
│ │ ├── controller | |
│ │ ├── fragment | |
│ │ ├── interactor | |
│ │ └── view | |
│ ├── quicksettings | |
│ │ └── ext | |
│ ├── search | |
│ └── sitepermissions | |
├── share | |
│ ├── listadapters | |
│ └── viewholders | |
├── shortcut | |
├── sync | |
│ └── ext | |
├── tabhistory | |
├── tabtray | |
├── theme | |
├── trackingprotection | |
├── utils | |
│ └── view | |
├── whatsnew | |
├── widget | |
└── wifi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment