CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 14:49:53 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100424020515
location: https://web.archive.org/web/20100424020515/https://github.com/ujihisa/few
server-timing: captures_list;dur=0.942854, exclusion.robots;dur=0.048997, exclusion.robots.policy;dur=0.014752, esindex;dur=0.014309, cdx.remote;dur=89.305207, LoadShardBlock;dur=272.506731, PetaboxLoader3.datanode;dur=57.227541, PetaboxLoader3.resolve;dur=131.795596
x-app-server: wwwb-app218
x-ts: 302
x-tr: 405
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app218; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 07 Aug 2025 14:49:54 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 24 Apr 2010 02:05:14 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "5b499102d2ddf0ceacdc891eadcbbf5a"
x-archive-orig-x-runtime: 159ms
x-archive-orig-content-length: 21939
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 24 Apr 2010 02:05:15 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 24 Apr 2010 02:05:15 GMT", ; rel="memento"; datetime="Sat, 24 Apr 2010 02:05:15 GMT", ; rel="next memento"; datetime="Mon, 03 May 2010 18:12:23 GMT", ; rel="last memento"; datetime="Tue, 01 Nov 2022 07:45:42 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100424015917_crawl103-c/52_15_20100424020356_crawl101.arc.gz
server-timing: captures_list;dur=0.715051, exclusion.robots;dur=0.028191, exclusion.robots.policy;dur=0.012062, esindex;dur=0.013178, cdx.remote;dur=77.126982, LoadShardBlock;dur=186.006589, PetaboxLoader3.datanode;dur=139.445564, PetaboxLoader3.resolve;dur=269.462725, load_resource;dur=270.499038
x-app-server: wwwb-app218
x-ts: 200
x-tr: 594
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
ujihisa's few at master - GitHub
ujihisa / few
- Source
- Commits
- Network (2)
- Issues (1)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
few /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Dec 23 03:43:08 -0800 2009 | .gitignore for vim [ujihisa] |
![]() |
README.md | Wed Jan 06 15:49:34 -0800 2010 | Added note for developpers [ujihisa] |
![]() |
bin/ | Thu Apr 22 07:22:56 -0700 2010 | Fix don't output str in open [sorah] |
![]() |
few.gemspec | Sun Feb 21 18:28:46 -0800 2010 | few 0.0.2! [ujihisa] |
![]() |
few_server/ | Thu Feb 25 18:54:25 -0800 2010 | remote completedgit commit -am 'remote complete... [sorah] |
![]() |
issues.mkd | Mon Dec 28 23:14:23 -0800 2009 | updated issues.mkd [Sora Harakami] |
![]() |
spec/ | Thu Feb 25 18:54:25 -0800 2010 | remote completedgit commit -am 'remote complete... [sorah] |
README.md
Few
When you're trying to build an application on your terminal, how would you see
the README file? less
is common. But less
uses a whole screen. These days
most terminal emulator softwares support transparency. You can see other
softwares under the terminal. If you can open the README file under the terminal
beautifully, it must be useful. That's the reason why few
was created.
USAGE
$ few README
$ cat README | few
$ few -v
0.0.1
$ few --selfupdate
0.0.2
DEVELOPERS
The principles of few
- Does not require any non-standard libraries
- Works every Ruby from 1.8.6 to 1.9.2
- Which means you have to avoid Enumerators and to care about Encodings
- (
spec/few
is OK of working only in 1.8.7+)
Future plan
- markdown
- vim syntax highlight
- ssh over few
LICENCE
Ruby's Licence (GPL + MIT)
TWITTER BOT
AUTHORS
- Tatsuhiro Ujihisa https://ujihisa.blogspot.com/
- Sora Harakami https://codnote.net/
- Haruo Nanki https://blog.netswitch.jp/
vim: filetype=markdown