User:Larivact/drafts/Web tools

From ArchWiki

Category:Web

Topics

Request tools

  • curl — An URL retrieval utility and library.
https://curl.haxx.se || curl
  • HTTPie — curl alternative with JSON support and syntax highlighting.
https://github.com/jakubroztocil/httpie || httpie

Bookmarking

Most web browsers have a built-in bookmarking feature. bukuAUR is a standalone command-line bookmark manager. If you use Firefox Sync you can host the server yourself, see Firefox Sync Server.

Web application clients

Domain Packages
aur.archlinux.org AUR helpers
github.com hub, ghi
calendar.google.com gcalcliAUR
translate.google.com translate-gitAUR, translate-shell-gitAUR, crow-translateAUR
news.ycombinator.com haxor-newsAUR
reddit.com rtvAUR
stackoverflow.com nodejs-how2AUR
  • Wikicurses — A simple curses interface for MediaWiki sites such as ArchWiki or Wikipedia.
https://github.com/ids1024/wikicurses || wikicurses

See also Cloud synchronization clients and List of applications/Internet#Other IM clients.

Search engines

  • Surfraw — Command line interface to a variety of popular WWW search engines.
https://gitlab.com/surfraw/Surfraw/ || surfraw
  • s — Web search from the terminal. Supports over 50 providers.
http://github.com/zquestz/s || sAUR
Domain Package
duckduckgo.com ddgrAUR
google.com googlerAUR

Microblogging clients

Twitter clients

Pastebin clients

Domain Package
gist.github.com gist
ix.io ixAUR

Web authoring

List of applications/Internet#Blog engines

See also Markdown.

Static site generators

Content management systems

Category:Content management systems

Validation

Web scraping and automation

Front-end development

package managers

  • Bower — A package manager for the web.
http://bower.io/ || bower
  • Yarn — Fast, reliable, and secure dependency management.
http://yarnpkg.com || yarn

Web frameworks

Category:Web frameworks

  • Django — A high-level Python Web framework that encourages rapid development and clean design.
https://www.djangoproject.com/ || python-django, python2-django
https://www.rubyonrails.org || ruby-railsAUR
  • Flask — Micro web development framework for Python.
http://flask.pocoo.org/ || python-flask, python2-flask
  • Bottle — A fast and simple micro-framework for small web-applications.
http://bottlepy.org || python-bottle, python2-bottle

See also