Giter Site home page Giter Site logo

dex's Introduction

alex's personal site

Source code for alex's personal site published at ardunn.github.io and ardunn.us

how this site is built

This site is built primarily with hugo, a static site generator. I used the template of the black-and-white theme and modified the templates and partial html snippets for a different appearance. Compiled with hugo v0.54.0.

dex's People

Contributors

ardunn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bradleycarrion

dex's Issues

enh: adding time required functionality + due date?

add a time_required or "effort" field
add a due date field
change "priority" to importance

compute priority $priority = priority(effort, due_date, importance)$
perhaps need to change around the algorithm

recurring tasks with high priority are always above other tasks

I.e., E5 I5 task recurring after 30 days will always appear prioritized above a E1 I1 task.

This might be fixed by just hiding the task until it would normally be overdue

If task is due in 5 days, and recurs every 10 days, and is completed, hide the task until 5 days from now

add files

Hi folks, is it possible to quickly add files (.pdf, .tex, .c etc) to a project? Can notes be associated with projects? with files?

need tests for cli

Can be a simple as running bash commands or a script using the examples and making sure they don't have an exit code of 1

"-----" line overruns text and is not aware of terminal window width

example, on renames

Edit the task's content? (y/n) n

-----------------------------------------------------------------------------------------------------------------------------------------------
Task created: e9 (todo) - some task [due in 150 days (2021-02-20), 5 importance, 2 effort, non-recurring]

display tasks by due and by importance in same nested format as projects

Like

├── Project b: project name [0 held, 1 todo, 0 ip, 6 done, 5 abandoned]
│   └── b3 (todo) - do thing [due in 335 days (2021-10-10), 1 importance, 1 effort, non-recurring]

Not

Due date color legend
├── Overdue or due today
├── Due within one week
├── Due within one month
└── Due in 1+ months

All tasks for today's projects only (ordered by due date)
├── h2 (hold) - do thing (depends on h5) [overdue by 44 days (2020-09-26), 4 importance, 2 effort, non-recurring]

colorize + treeify output

can use builtins only, like:

import os, sys

if sys.platform.lower() == "win32":
    os.system('color')

# Group of Different functions for different styles
class style():
    BLACK = lambda x: '\033[30m' + str(x)
    RED = lambda x: '\033[31m' + str(x)
    GREEN = lambda x: '\033[32m' + str(x)
    YELLOW = lambda x: '\033[33m' + str(x)
    BLUE = lambda x: '\033[34m' + str(x)
    MAGENTA = lambda x: '\033[35m' + str(x)
    CYAN = lambda x: '\033[36m' + str(x)
    WHITE = lambda x: '\033[37m' + str(x)
    UNDERLINE = lambda x: '\033[4m' + str(x)
    RESET = lambda x: '\033[0m' + str(x)

print(style.YELLOW("Hello, ") + style.RESET("World!"))

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.