• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

elves / elvish / 1193 / 2
46%
master: 46%

Build:
DEFAULT BRANCH: master
Ran 05 Jul 2017 09:52PM UTC
Files 133
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Jul 2017 09:33PM UTC coverage: 45.838% (-1.6%) from 47.416%
1193.2

push

travis-ci

xiaq
Rework listing mode (#374)

* Rename dirs to dir-history

Add a suffix to line up with other modules.

* Introduce narrow, a generic list selection mode

Note: it is reported that this implementation has performance issue.

The purpose of narrow mode is to give user flexibility to extend list
selection related functionality by using a builtin function called
`-narrow-read`. Given the following signature, where `source` is a
function returns all the candidates; `action` is a function
which will be called on the accepted candidate.

```
narrow-read <source> <action>
```

If supported, a simple location mode can be easily implemented as:

```
bind insert C-l {
    $le:&narrow-read [({ dirs | each { echo $args[0][path] } })] {
cd $args[0] }
}
```

5413 of 11809 relevant lines covered (45.84%)

0.52 hits per line

Source Files on job 1193.2
  • Tree
  • List 0
  • Changed 5
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1193
  • Travis Job 1193.2
  • cb84a8db on github
  • Prev Job for on master (#1191.6)
  • Next Job for on master (#1194.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc