Giter VIP home page Giter VIP logo

fllow's Introduction

Anurag's GitHub stats Top Langs

fllow's People

Contributors

minorusekine avatar

Stargazers

 avatar

Watchers

 avatar

fllow's Issues

Support global-wide (over directories) configurations.

Background

  • #17 and #18 support configurations by directories, but it forces to put same configuration file to multiple directories if shortcuts in most directories need the same configurations

Acceptance criteria

  • Support global-wide (over directories) configurations which will be put into common parent directory of all shortcuts directories

Launch alphabetical order of shortcuts' name

  • Name of shortcut can be changed easily on Explorer
  • If fllow keeps to launch as alphabetical order of shortcuts' name, user can control launch order by Explorer
    • Name shortcuts like as "00_TaskManager.lnk", "01_Chrome.lnk", "02_Outlook.lnk", ...

Support multiple shortcuts directories.

Background

  • Organize much shortcuts by user
  • Apply specific configurations only to specific shortcuts

Acceptance criteria

  • Support multiple directories which include shortcuts
  • Configurations file only affect to shortcuts in the same directory

Support configurations by directory.

Background

  • Enable to configurate
    • CPU usage threshold
    • Timeout duration
  • Configurations can be affect to each directory (for future multiple shortcuts directories support)
  • Balance of ease for implementations and usability is focus point of configuration format

Acceptance criteria

  • Support JSON based configurations file, which includes CPU usage threshold and timeout duration configurations
  • It also works as default configurations if there are no configurations

Too busy launching with many logical cores more than 8.

  • Currently, threshold(%) to launch next app is 100 * (num_of_logical_cores - 1) / num_of_locical_cores (%)
  • That threshold can be very close to 100% (cores are fully working) on environments which have 8 or more cores
    • 8 cores: 87.5%
    • 16 cores: 93.75%
  • It is necessary to reconsider algorithm for threshold which can be support both a few cores and many cores

Class and sequence diagrams with single context

Class and sequence diagrams by #3 are supposed with multiple context (main event loop, watcher by another context, and timeout will managed by more another context). It may not be suitable for PowerShell, so consider design which has only single context.

Sometimes too busy launching

  • Pulse of CPU usage can be unstable, so averaging should be necessary
    • But it needs major changes
  • But also minimum interval to launch apps should be configurable

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.