Giter Club home page Giter Club logo

banco's Introduction

banco's People

Contributors

claudiodangelis avatar dependabot[bot] avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

Forkers

priestd09 iq-scm

banco's Issues

Add "shell" command

TODO: write description

Just some random notes. It should inject:

  • environment variables read from the config file
  • environment variables read from an env file (this allows to gitignore this file in case it contains sensitive values)

It should also change the prompt so it makes it clear that it's a banco shell (like python venv, etc).
It should also unset the variables on shell exit.

Idea of config file section:

shell:
    env:
        AWS_PROFILE: claudiodangelis
        ARTIFACTORY_API_KEY: 3oh84f
        CGO_ENABLED: 0

Add "log" module

The log module should provide the possibility of storing a quick timestamped piece of information.

Add --label flag

The --label (-l)flag should accept a list of strings and it should result in listing only the items matching that label, i.e.:

banco tasks --label doing

Local and global config files should be merged

Local config file, if exists, should be merged with global.
Local config values should override global.

Global:

notes:
    title: $timestamp
    somekey: hello
    otherkey: wow

Local:

notes:
    somekey: hi

Resulting config used by the application:

notes:
    title: $timestamp
    somekey: hi
    otherkey: wow

Add configuration to hide certain labels

For example: hide "done" tasks from the list, or "private" notes. The setting should be override-able with a flag.

Example configuration files:

tasks:
    hide:
       - done
notes:
      hide:
         - private

Example overriding flag:

banco tasks --show-all
# or
banco tasks --no-hide

Add "$id" and "$timestamp" variables to config values

In a config value, $id should be replaced with the index of the item to be created (i.e.: len(items) + 1) and $timestamp with the YYYYMMDD value.

Example, say that we have 9 tasks.

tasks:
    title: $id

When creating a new task, the title should pre-populate the title with 10.

notes:
    title: $timestamp

When creating a new note, the title should be pre-populated with 20211218.

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.