Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Automatically load tags from the filesystem #36

Merged
merged 1 commit into from
May 22, 2016

Conversation

joshuaclayton
Copy link
Owner

No description provided.

filter tagRemovalRegex . nub . map firstItemPerList . linesToTokensList
where
linesToTokensList = map (T.splitOn "\t" . T.pack) . lines
firstItemPerList = T.unpack . head

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe firstToken?

@joshuaclayton joshuaclayton force-pushed the attempt-to-find-tags-automatically branch from 4044886 to 397d6f1 Compare May 21, 2016 19:07
@joshuaclayton
Copy link
Owner Author

This will also resolve #35

@joshuaclayton joshuaclayton force-pushed the attempt-to-find-tags-automatically branch 2 times, most recently from 10cbeeb to d301c03 Compare May 22, 2016 10:05
Why?
====

Frequency of a tool's usage is determined by how easy it is to use the
tool. By having to pipe in ctags files all the time, and not provide any
guidance to the user, this program is merely a toy, since it's hard to
get right, and harder to explore.

This modifies the default behavior to look for a ctags file in a few
common locations, and lets the user choose a custom location if she so
chooses.

Resolves #35
@joshuaclayton joshuaclayton force-pushed the attempt-to-find-tags-automatically branch from d301c03 to 43edf28 Compare May 22, 2016 10:06
@joshuaclayton joshuaclayton merged commit 43edf28 into master May 22, 2016
@joshuaclayton joshuaclayton deleted the attempt-to-find-tags-automatically branch May 22, 2016 10:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants