index
:
muttagen
dependabot/npm_and_yarn/elliptic-6.5.4
dependabot/npm_and_yarn/path-parse-1.0.7
master
[ABANDONED] Greasemonkey user script to make Gmail Mutt-like
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-03-22
Merge branch 'dependabot/npm_and_yarn/acorn-6.4.1'
HEAD
master
Teddy Wing
2020-03-15
Bump acorn from 6.1.1 to 6.4.1
dependabot[bot]
2019-06-10
Add README
Teddy Wing
2019-06-10
Add license (GNU GPLv3+)
Teddy Wing
2019-05-08
Attempt to add next/previous page shortcuts to index view (WIP)
Teddy Wing
2019-05-02
Try to add 'j/k' shortcuts in the pager view
Teddy Wing
2019-05-02
Idea.txt: Make shortcut to download the email
Teddy Wing
2019-05-01
gmail_selectors.ts: Add new selectors for index and pager views
Teddy Wing
2019-05-01
Rename 'gmail_css_class' to 'gmail_selectors'
Teddy Wing
2019-05-01
index.ts: Better Gmail loading initialisation logic
Teddy Wing
2019-05-01
style.ts: Hide the left sidebar by default
Teddy Wing
2019-05-01
sidebar.ts: Add comment showing command keys
Teddy Wing
2019-05-01
sidebar.ts: Extract multi-key shortcut command code
Teddy Wing
2019-05-01
sidebar.ts: Extract `key_codes` to module
Teddy Wing
2019-05-01
Add shortcut to toggle the left sidebar
Teddy Wing
2019-05-01
Add Makefile
Teddy Wing
2019-05-01
Use CommonJS modules, fix imports
Teddy Wing
2019-05-01
package.json: Add 'browserify'
Teddy Wing
2019-05-01
Move Gmail CSS class definitions to a new module
Teddy Wing
2019-05-01
Move code to "style.ts"
Teddy Wing
2019-05-01
.gitignore: Ignore build directory
Teddy Wing
2019-05-01
Change `MESSAGE_PAGER` class
Teddy Wing
2019-05-01
Add some test styles
Teddy Wing
2019-05-01
Add constants for Gmail CSS classes
Teddy Wing
2019-05-01
Add tsconfig.json
Teddy Wing
2019-05-01
.gitignore: Ignore node_modules/ directory
Teddy Wing
2019-05-01
Add init script to put `tsc` Typescript executable in PATH
Teddy Wing
2019-05-01
Add Typescript dependency
Teddy Wing
2019-05-01
Idea for a Gmail plugin that adds Mutt shortcuts
Teddy Wing