herdr 0.1.0

terminal workspace manager for AI coding agents
1
2
3
4
5
6
7
8
9
10
11
use std::path::PathBuf;

/// Unsupported platform stub.
pub fn foreground_process_name(_child_pid: u32) -> Option<String> {
    None
}

/// Unsupported platform stub.
pub fn process_cwd(_pid: u32) -> Option<PathBuf> {
    None
}