Skip to content

Goredell/SearchTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchTree

App is more of a playground for understanding of async/await and tasks. Looks like junkjard.
App tasks:

  • Search for files in specified directory chosen using textbox or browse button;
    • (Optional) Use many directories;
    • Show all files in a TreeView;
      • (Optional) Open file directory on doubleclick;
    • Stop previuos search on new search;
    • Pause/proceed search;
    • (Optional) Save last search input parameters;
  • Different search ways;
    • Use regex in search;
    • Use classic search;
    • quick swap between diff search ways;
  • Files counters;
  • Implement stopwatch;
  • Show current search folder;
  • Exclude any window lags/blinks/drops;
  • Think about new funcs;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages