Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
# jsconsole(2)
# **_jsconsole(2)_**
____
##
## Build
---
~~~
npm install
npm run build
npm install serve
serve -s build
~~~
If you can't use the console without it unfocusing, then turn off Grammarly or go to incognito, if it is not fixed then open an issue, note that developers may have moved on and you might have to message them.
#
## helpers:
-------
remy
mathiasbynens
Richienb
gilbert
cheeaun
dahlbyk
mbeijen
jwallin
willj
webpro
Daniel-Hug
rgrove
brianarn
happygiraffe
happylabdab2


##
## License
---
###### MIT License
###### BSD-3-Clause license // [syntax highlighting](https://github.com/highlightjs/highlight.js?tab=BSD-3-Clause-1-ov-file#readme)
##
---

4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
- [ ] Remote send
- [ ] Filter doesn't quite work (try on `window` and filter for `url`)
- [ ] Autocomplete on input
- [ ] Autocomplete on input (https://api.jqueryui.com/autocomplete/)
- [ ] Expand objects should nest closet to left
- [ ] Service worker
- [ ] Tests
- [ ] Support numeric interpolation
- [x] Remote listen
- [x] Fix history cycling
- [x] Dark theme
- [x] Start typing and it works (or ctrl+l when focus is lost)
- [x] Start typing and it works (or ctrl+l when focus is lost) ((was grmmerly i think))
Loading