← 返回
开发者工具 中文

railil - Israel Railways train station schedule

Search for Israel Rail train schedules using the railil CLI. Find routes between stations with fuzzy search, filter by date/time, and output in various formats (JSON, Markdown, Table).
使用 railil CLI 查询以色列铁路列车时刻表,支持模糊搜索站点、日期/时间过滤,以及 JSON、Markdown、表格等多种输出格式。
lirantal
开发者工具 clawhub v1.0.1 1 版本 99813.7 Key: 无需
★ 1
Stars
📥 2,123
下载
💾 35
安装
1
版本
#latest

概述

Railil CLI

A CLI tool for checking Israel Rail train schedules.

Installation

npm install -g railil

Usage

The CLI supports fuzzy matching for station names.

Basic Search

Search for the next trains between two stations:

railil --from "Tel Aviv" --to "Haifa"

Date and Time

Search for a specific date and time:

railil --from "Beer Sheva" --to "Tel Aviv" --time 08:00 --date 2023-11-01

Output Formats

For machine-readable output or specific formatting, use the --output flag.

Supported formats: text (default), json, table, markdown.

JSON Output (Recommended for agents):

railil --from "Tel Aviv" --to "Haifa" --output json

Markdown Output:

railil --from "Tel Aviv" --to "Haifa" --output markdown

Options

  • -f, --from : Origin station name (fuzzy match supported).
  • -t, --to : Destination station name (fuzzy match supported).
  • -d, --date : Date of travel.
  • -h, --time : Time of travel (HH:MM).
  • -l, --limit : Limit the number of results.
  • -o, --output : Output format (json, text, table, markdown).
  • --help: Show help message.

Examples

Find next 3 trains from Ben Gurion Airport to Jerusalem:

railil --from "Ben Gurion" --to "Jerusalem" --limit 3

Get schedule for tomorrow morning in JSON:

railil --from "Haifa" --to "Tel Aviv" --time 07:30 --output json

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 16:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,260
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,250
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 669 📥 324,253