Prakash2403 / ultron

Personal Assistant
MIT License
14 stars 5 forks source link

Added Search Action #16

Closed Monal5031 closed 7 years ago

Monal5031 commented 7 years ago

Fixes #8

Prakash2403 commented 7 years ago

@Monal5031

Fix Travis Errors.

After fixing Travis error, I will merge this PR. But, take care of following points when you are free:

  1. When you take search path from user, first verify that it exists or not.
  2. Design or search an algo to search faster. If the directory is big, then code takes lot of time to search. locate command on Linux search much faster than your code. Try to match it's speed . Use multi-threading if required.