#1 Open commands should support goto line

닫힘
nuclearkev1 년 전을 오픈 · 1개의 코멘트

Similarly how you can start up ait with ait file.txt +num, the open commands should also accept this format. The programs would just need to output file.txt +num to STDOUT.

Similarly how you can start up ait with `ait file.txt +num`, the open commands should also accept this format. The programs would just need to output `file.txt +num` to STDOUT.
Kevin "The Nuclear" Bloom 코멘트됨, 1 년 전
소유자

Most grep-like commands only show positive line numbers so it didn't make sense to do it like how the command line interface works. Also, some files have spaces in the names so it's easier to parse if I use a colon. Look at scripts/gg (git grep) to see an example.

Most grep-like commands only show positive line numbers so it didn't make sense to do it like how the command line interface works. Also, some files have spaces in the names so it's easier to parse if I use a colon. Look at `scripts/gg` (git grep) to see an example.
로그인하여 이 대화에 참여
로딩중...
취소
저장
아직 콘텐츠가 없습니다.