https://github.com/veox/uzbl-history-c
uzbl-history rewrite in C
https://github.com/veox/uzbl-history-c
Last synced: 9 days ago
JSON representation
uzbl-history rewrite in C
- Host: GitHub
- URL: https://github.com/veox/uzbl-history-c
- Owner: veox
- License: gpl-3.0
- Created: 2012-12-16T21:50:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T16:09:56.000Z (over 10 years ago)
- Last Synced: 2023-04-04T12:41:38.165Z (about 2 years ago)
- Language: C
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.c
- License: LICENSE
Awesome Lists containing this project
README
# uzbl-history-c
This is a simple wrapper program to replace [uzbl]'s history.sh. Since
history.sh is called on every page load, this is useful to improve speed.Seems to work fine with latest stable (2012.05.14) and current git
(2012.12.16).Compiles with gcc:
`gcc -O3 -Wall -std=c99 -o history.elf history.c`Usage: drop it in uzbl's script path and update your config file.
License: GPLv3. A `LICENSE` file should be included. If not, see [GNU]'s
page.[uzbl]: http://www.uzbl.org/
[GNU]: https://www.gnu.org/licenses/gpl.html