Code Monkey home page Code Monkey logo

psnozbe's Introduction

Project Description

PsNozbe is set of Powershell cmdlets to work with Nozbe Projects/Contexts/Actions. As long as powershell is heavily supported by Windows and many other tools, it provides cool integration potential. And of course it is very helpful for geeks which uses shell on daily basis :)

After installation it asks you to provide your Nozbe API key and saves it encrypted into environment variable

Usage Examples

Getting projects:

 # get all projects
Get-NozbeProject

Get-NozbeProject -Name myproj*
Get-NozbeProject -id 123456789

Getting contexts:

# get all contexts
Get-NozbeContext

Get-NozbeContext -Name myproj*
Get-NozbeContext -id 123456789

Getting actions:

# get all "Next" actions
Get-NozbeAction -NextAction

# get all actions within the project
Get-NozbeProject -Name myproj* | Get-NozbeAction

# get all actions within the context
Get-NozbeContext -Name home | Get-NozbeAction

# get all actions including completed ones
Get-NozbeProject | Get-NozbeAction -ShowDone

Completing actions:

# complete first action in Next
Get-NozbeAction -NextAction | Select -First 1 | Complete-NozbeAction

Creating actions:

# new action within the project 
New-NozbeAction -Name "Test action" -Project (Get-NozbeProject -id 123456789)

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.