Git Product home page Git Product logo

mixed-scheduler's Introduction

mixed-scheduler

ci

Description

Mixed Schedule is an application for a person who is mixed up days and nights.

Installation

Download binaries from the releases page and add it to your path.

Set up schedule

Create schedule file to $HOME/.mxs/schedule.yaml.

  • Example
  - base: 9:00
  - plan:
    - start: 9:30
      title: eat breakfast
    - start: 12:00
      title: eat lunch

Usage

  • Show the schedule based on the current time:
  mxs -now
  • Show the schedule based on given time:
  mxs -on 12:00

mixed-scheduler's People

Contributors

4afs avatar

Watchers

 avatar

mixed-scheduler's Issues

セットアップの簡易化

現時点では $HOME/.mxs/ を作成し、そこにスケジュールファイルを置くようになっているが、
mxs -init で ディレクトリの作成とサンプルの生成を自動で行うようにする。

Usageの表示を改善

現在は

Usage:
        -now
                display schedule based on the current time
        -on
                display schedule based on given time
                ex) 14:20

のようにインデントがTabなので、
スペース2つに修正する。

スケジュールを表示する際に現在の時間を示す

現時点では

base: 09:00
09:00 - 朝食
12:00 - 昼食
18:30 - 夕食

のように表示されているが、
このままだと次何をするかすぐにわからないため

// 11:00の場合
base: 09:00
09:00 - 朝食
------------------
12:00 - 昼食
18:30 - 夕食

のような形で表示するよう変更する。

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.