Giter Club home page Giter Club logo

hackermail's Introduction

hackermail

hackermail is a mails management tool for hackers who collaborate using mailing lists. It requires no complicated setup but just git. Using it, you can fetch mailing list archives, read mails in those, and post replies or new mails.

For now, hackermail supports public-inbox[1] managed mailing list archives and manually exported mbox file contents. Linux Kernel Mailing Lists (LKML)[2] are good examples of the public-inbox managed mailing list archives.

[1] https://public-inbox.org/design_notes.html
[2] https://www.kernel.org/lore.html

Demo

asciicast

Getting Started

List recent mails in Linux kernel DAMON subsystem mailing list (https://lore.kernel.org/damon):

$ ./hkml init --manifest ./manifests/lore.js
$ ./hkml list damon --fetch

Open the fifth mail of the list:

$ ./hkml open 5

Send a reply to the 5th mail:

$ ./hkml reply 5

Forward the 5th mail to others:

$ ./hkml forward 5

List entire mails of the 5th mail's thread of the list:

$ ./hkml thread 5

Write and send a mail to the mailing list:

$ ./hkml write --cc [email protected]

Export the [2, 5)-th mails on the list to 'exported.mbox' file:

$ ./hkml export --range 2 5 exported.mbox

List mails in an .mbox file:

$ ./hkml list exported.mbox

For more detail,

$ ./hkml -h

For more detailed usages, please refer to USAGE.md file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.