summaryrefslogtreecommitdiffstats
path: root/src/screens.rs
AgeCommit message (Expand)Author
2020-04-15refactor: "display" ntmoduleCanop
2020-04-14focus dir in new panel with tabCanop
2020-03-30moved files aroundCanop
2020-01-20minor code fmt changesCanop
2020-01-15Reverted uneeded rustfmt changesNathan West
2020-01-15Added write cleanup methods to ensure the terminal is always correctly restoredNathan West
2019-12-19better handling of resizeCanop
2019-12-17replace the "opener" crate with the "open" oneCanop
2019-12-16fix a compilation problem on windowsv0.10.4Canop
2019-11-27help page refactored using Termimad templatesCanop
2019-11-13add a white background skin in web site, and refers to it in confCanop
2019-11-11colored status line, using Termimad templatesCanop
2019-11-07replace the small spinner with a variable size messageCanop
2019-11-03broot v0.10.0v0.10.0Canop
2019-10-29totally runs in stderr or a subshell, with mouse eventsCanop
2019-10-28Application running entirely on stderrCanop
2019-10-27app mostly running on stderrCanop
2019-10-23move to the last versions of crossterm and termimadCanop
2019-09-18minor code cleaningCanop
2019-07-31Fix non consistent builds due to lack of precise versionning in crossterm sub...Canop
2019-07-29input_field is skinnableCanop
2019-07-25the input field handles left/right arrow keys, home/end, click, and deleteCanop
2019-06-15fix blank help screen on scroll when it fits the screenDenys Séguret
2019-06-08configurable skin supported on help screen and in :print_tree screen outputv0.8.0Canop
2019-06-06tree drawing now based on Display traitCanop
2019-06-04termimad based help screenCanop
2019-05-10skin colors changed by configuration according to new fg,bg,attrs syntax:Canop
2019-05-09more things work - broot successfully launched on Win10 and linuxCanop
2019-05-03crossterm port: tree view mostly OK (style not configurable)Canop
2019-04-06key input on crossterm instead of termionCanop
2019-03-25unplug the 'users' crate when on windowsCanop
2019-03-22F5 refreshes the treeCanop
2019-03-21:print_tree verb allows outputting the treeCanop
2019-02-19change the way the new command is computed on new stateCanop
2019-02-18better scrolling (no longer displays a mostly void page)Canop
2019-02-17All colors of broot can be defined in configCanop
2019-02-16separate entries in conf for foreground and background colorsCanop
2019-02-15skinning possible for simple colors, for statusCanop
2019-02-12add a scrollbar on help screenCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-29terminal size management refactoringCanop
2019-01-25rework of verbs and their configurationCanop
2019-01-15documentationCanop
2019-01-11fix some parts of the app not being cleaned in some casesCanop
2018-12-17fmtCanop
2018-12-14make tree longer than screen in some cases (esp. for sizes)Denys Séguret
2018-12-10fix '…' not always being added to not empty foldersCanop
2018-12-05correctly manages sym linksCanop
2018-12-02remove Result from return type of functions which can't failCanop