{"_id":"historian","_rev":"27-24fda87b2f3516b3a88083a20f5977d4","name":"historian","description":"command line pasteboard string storage","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"historian","preferGlobal":"true","version":"0.1.0","author":{"name":"Luke Arduini","email":"luke.arduini@me.com"},"description":"command line pasteboard string storage","bin":{"hijs":"./bin/hijs"},"repository":{"type":"git","url":"git://github.com/st-luke/node-historian.git"},"keywords":["pasteboard","clipboard","history"],"dependencies":{"colors":"0.5.x"},"license":"MIT","engine":{"node":">=0.6"},"_npmUser":{"name":"luk","email":"luke.arduini@me.com"},"_id":"historian@0.1.0","devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.7.0","_defaultsLoaded":true,"dist":{"shasum":"bfb95a369f385c38e311bf12476213ffeb53454d","tarball":"https://registry.npmjs.org/historian/-/historian-0.1.0.tgz","integrity":"sha512-aDBtJ7rqRe8sneRryiS1rN3/1B4WW4a5yev1UUdkKmZYM6eFj0edO92RjsvyGu8ze1SSYOUbrmcywqZUL1WG9w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE2cl3+Cea1eG24ZNH9Nku9bz6q2Q2dz30zpmbcU7VkEAiBs7IRaA3poBGOI3gd75DtDfo5Om4e5xNMT1nolCr/fVg=="}]},"maintainers":[{"name":"luk","email":"luke.arduini@me.com"}],"directories":{}},"0.1.1":{"name":"historian","preferGlobal":"true","version":"0.1.1","author":{"name":"Luke Arduini","email":"luke.arduini@me.com"},"description":"command line pasteboard string storage","bin":{"hijs":"./bin/hijs"},"repository":{"type":"git","url":"git://github.com/st-luke/node-historian.git"},"keywords":["pasteboard","clipboard","history"],"dependencies":{"colors":"0.5.x"},"license":"MIT","engines":{"node":">=0.6.0"},"_npmUser":{"name":"luk","email":"luke.arduini@me.com"},"_id":"historian@0.1.1","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.7.0","_defaultsLoaded":true,"dist":{"shasum":"52072a6635c1ca71808f26aefa12cea04813f236","tarball":"https://registry.npmjs.org/historian/-/historian-0.1.1.tgz","integrity":"sha512-1qCsC0CWh5xof+EvKPGO5qUataMgGPZtpwoUNgHFSjdBCZHZxIZhSvRUANUCKkHe75CvheznKTey13RO95iR+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICWiV1QRfAZr4z5v3Rm/bwWrOmhI7lQRuJesBm18SEUgAiEAldICnOj6e3x8WZs3kUPEZI0ohe1Y/QIHbvV/mR29bZI="}]},"maintainers":[{"name":"luk","email":"luke.arduini@me.com"}],"directories":{}}},"readme":"#historian\n\nHistorian is a simple command line utility for storing strings or blocks of UTF8 encoded text. Think of it as a semi-manually managed non-volatile multi-buffer pasteboard for your terminal.\n\n![historian](http://mtambo.com/historianjs.png)\n\n**Features**\n\n- multiple pasteboard support\n- supports unix piping for adding text\n- output can be by line or in its entirety\n- aliases can be set for quick access when \n  another pasteboard is active\n\n  **Installation**\n\n  Historian works best when installed as a global module:\n\n  `npm -g install historian`\n\n  On installation, Historian comes with one pasteboard titled `pasteboard`.\n\n  Historian currently relies on the default relative locations of the conf and var directories installed with the module. This will probably be changed in a future release to improve usability.\n\n\n  **Usage**\n\n  Historian's usage and arguments can be invoked by running:\n\n  `hijs --usage`\n\n  To list the current pasteboards available for use:\n\n  `hijs -l`\n\n  To create or use a pasteboard:\n\n  `hijs -u [name]`\n\n  Newly created pasteboards are not created on disk until data is added. If you switch to another pasteboard, the current will be disregarded if it has no contents. \n\n  You can examine details about the active pasteboard by running:\n\n  `hijs -e`\n\n  This will return the name, total entries, and total characters. \n\n  Adding to a pasteboard is easy:\n\n  `hijs -a string`\n\n  You can also use the output from something else:\n\n  `echo 'I need to remember this!!' | hijs`\n\n  You can output the whole pasteboard with:\n\n  `hijs -p`\n\n  or a specific line:\n\n  `hijs -p 10`\n\n  You can also assign aliases to certain strings for easy access. These are stored independently of historian's other pasteboards:\n\n  `hijs --alias alias_name striiiing`\n\n  You paste aliases with:\n\n  `hijs -p alias_name`\n\n\n\n*Readme art by Bobby Fasel*\n","maintainers":[{"name":"luk","email":"luke.arduini@me.com"}],"time":{"modified":"2022-06-18T20:50:34.123Z","created":"2012-01-20T05:14:04.862Z","0.1.0":"2012-01-20T05:14:05.828Z","0.1.1":"2012-01-24T03:06:19.092Z","0.1.1-1":"2012-01-24T02:26:53.854Z","0.1.4":"2013-11-08T23:59:25.542Z","0.1.5":"2013-11-09T00:00:08.649Z"},"author":{"name":"Luke Arduini","email":"luke.arduini@me.com"},"repository":{"type":"git","url":"https://github.com/st-luke/node-historian.git"}}