diff options
-rw-r--r-- | general-util.js | 1 | ||||
-rw-r--r-- | todo.txt | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/general-util.js b/general-util.js index 7156274..0b9f081 100644 --- a/general-util.js +++ b/general-util.js @@ -1,5 +1,6 @@ const { spawn } = require('child_process') const { promisify } = require('util') +const fetch = require('node-fetch') const fs = require('fs') const npmCommandExists = require('command-exists') diff --git a/todo.txt b/todo.txt index 41de08a..fc268c8 100644 --- a/todo.txt +++ b/todo.txt @@ -65,3 +65,7 @@ TODO: Canceling the "enter a playlist source" dialog also stops the current song TODO: Move TabberElement to tui-lib, at some point. TODO: Make PathElements selectable (again). + +TODO: Make the tabber UI show handy information, like what tab you've got + selected, how many tabs there are, the usual (same way a browser tabber + works). |