Git Product home page Git Product logo

cli's Introduction

Automatically create tasks as you code โ€” turn your todo comments into trackable tasks. With Height Code To Task you can:

  • Easily find tasks in your codebase using their unique task IDs
  • Configure the tool to watch as many repositories as you want
  • Auto-assign tasks created from your code to your future self

code-to-task

Supported commands

height watch

Turn // todo into tasks automatically. Height will watch for changes in files in the tracked repositories and automatically create tasks for new todos. The todos will be replaced by their task IDs for easy tracking.

height auth

Manage authentication. You can log in or log out to/from your account

height repo

List/add/remove repositories you want to track

height log

Show logs generated by the CLI

height help <command..>

Use height help to have an overview of the all commands. Alternatively, pass the command as parameter to information on a specific command

cli's People

Contributors

sebastienvillar avatar

Watchers

Thibault Leruitte avatar Liisa Sailaranta avatar Kira Wohlford avatar  avatar  avatar

cli's Issues

Error on install and running height watch

I've installed the cli with following output:

Install command: npm install -g @heightapp/cli

height watch
npm WARN deprecated [email protected]: use String.prototype.padStart()
npm WARN deprecated @types/[email protected]: This is a stub types definition. colors provides its own type definitions, so you don't need this installed.

added 172 packages in 13s

38 packages are looking for funding
  run `npm fund` for details
node:internal/modules/cjs/loader:1310
  return process.dlopen(module, path.toNamespacedPath(filename));
                 ^

Error: libsecret-1.so.0: cannot open shared object file: No such file or directory
    at Module._extensions..node (node:internal/modules/cjs/loader:1310:18)
    at Module.load (node:internal/modules/cjs/loader:1089:32)
    at Module._load (node:internal/modules/cjs/loader:930:12)
    at Module.require (node:internal/modules/cjs/loader:1113:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/home/nils/.nvm/versions/node/v18.14.0/lib/node_modules/@heightapp/cli/node_modules/keytar/lib/keytar.js:1:14)
    at Module._compile (node:internal/modules/cjs/loader:1226:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1280:10)
    at Module.load (node:internal/modules/cjs/loader:1089:32)
    at Module._load (node:internal/modules/cjs/loader:930:12) {
  code: 'ERR_DLOPEN_FAILED'
}

Running height watch gives similar output:

node:internal/modules/cjs/loader:1310
  return process.dlopen(module, path.toNamespacedPath(filename));
                 ^

Error: libsecret-1.so.0: cannot open shared object file: No such file or directory
    at Module._extensions..node (node:internal/modules/cjs/loader:1310:18)
    at Module.load (node:internal/modules/cjs/loader:1089:32)
    at Module._load (node:internal/modules/cjs/loader:930:12)
    at Module.require (node:internal/modules/cjs/loader:1113:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/home/nils/.nvm/versions/node/v18.14.0/lib/node_modules/@heightapp/cli/node_modules/keytar/lib/keytar.js:1:14)
    at Module._compile (node:internal/modules/cjs/loader:1226:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1280:10)
    at Module.load (node:internal/modules/cjs/loader:1089:32)
    at Module._load (node:internal/modules/cjs/loader:930:12) {
  code: 'ERR_DLOPEN_FAILED'
}

  • OS: WSL2 on Windows11 Version 22H2 Build 22621.1344
  • Nodejs: v18.14.0
  • NPM: v9.4.1

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.