
Security News
CISA Extends MITRE Contract as Crisis Accelerates Alternative CVE Coordination Efforts
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
Trello on the Terminal
So far it implements basic Trello features (select board, add card with title and description, move cards around and edit cards), so it's just useful for solo boards (not that cool for colaborative boards (yet)).
Note: Only starred boards appear for now. So starring at least one board via Trello Web or the Trello App is necessary to see something in Termllo.
More advance features will be implemented on the future. If someone out there ever gets to really use this, any feedback would be really appreciated.
Made with <3 by Mr. Goferito
Navigation is Vim-inspired:
* h, j, k, l -> Move around
* H, J, K, L -> Move selected card around
* Enter, o, e -> Open card dialog (for the selected card)
* n -> New Card (on the active list)
* b -> Boards dialog (just starred boards)
* Esc, q -> Close dialog (boards or card)
* Ctrl+c -> Terminate
First you need to get your key & token from trello: https://trello.com/app-key
Then there are two options:
npm i -g termllo
termllo
$HOME/.termllo/auth.js
. You can also
create that file yourself from the auth.js.example
on the root of this repo*git clone https://github.com/goferito/termllo.git
cd termllo && npm i
auth.js.example
to auth.js
, and edit it with your datanode app.js
Nodemon and blessed don't play very well together. To avoid nodemon
messing with input run it as nodemon -I app.js
.
For debuging, the best option I found so far is to console.error in the
code, pipe stderr to a file (nodemon -I app.js 2>> /tmp/termllo.log
), and
tail on a different terminal that file (tail -f /tmp/termllo.log
)
MIT © Sadoht Gomez Fernandez
FAQs
Terminal Trello
The npm package termllo receives a total of 4 weekly downloads. As such, termllo popularity was classified as not popular.
We found that termllo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
Product
Socket's Rubygems ecosystem support is moving from beta to GA, featuring enhanced security scanning to detect supply chain threats beyond traditional CVEs in your Ruby dependencies.
Research
The Socket Research Team investigates a malicious npm package that appears to be an Advcash integration but triggers a reverse shell during payment success, targeting servers handling transactions.