TF

AutoHotkey library for Text files & Variables (strings) (by hi5)

TF Alternatives

Similar projects and alternatives to TF

  1. AHKs

    1 TF VS AHKs

    My AHK library

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. promptui

    9 TF VS promptui

    Interactive prompt for command-line applications

  4. awsrm

    3 TF VS awsrm

    A remove command for AWS resources

  5. awsokta

    Discontinued Lazy login for saml2aws

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better TF alternative or higher similarity.

TF discussion

Log in or Post with

TF reviews and mentions

Posts with mentions or reviews of TF. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-08.
  • Difficulty generating user.ahk.api file for lib function autocomplete in SciTE
    2 projects | /r/AutoHotkey | 8 Aug 2022
    `; Written by XeroByte` `; Generates the User.ahk.api file to add custom function & label intellisense!` `; to initate: use BuildUserAhkApi(A_ScriptFullPath,1) from the main script` `; Requires: grep() by Titan/Polyethelene` [`https://github.com/camerb/AHKs/blob/master/thirdParty/titan/grep.ahk`](https://github.com/camerb/AHKs/blob/master/thirdParty/titan/grep.ahk) `; Reqiures: isDir() Function` `; Optionally include TF_Wrap() from the TF Library` [`https://github.com/hi5/TF/blob/master/tf.ahk`](https://github.com/hi5/TF/blob/master/tf.ahk) `TF_Wrap := "TF_Wrap" ; This is for a workaround to make the script still work even without the TF library - need to call the function dynamically.` `if(isDir(AhkScriptPath)){` `Loop, %AhkScriptPath%\*.ahk,0,1` `AhkApiText .= BuildUserAhkApi(A_LoopFileLongPath, 0, RecurseIncludes, Labels, WrapWidth, AhkApiPath, 1)` `}else{` `FileRead, ThisScriptTxt, %AhkScriptPath%` `; Retrieve Functions` `grep(ThisScriptTxt, "m)^\s*[a-zA-Z0-9_-]*\([^\)]*\)\s*\{(\s*;.*?$)*", MatchCollection,1,0,"§")` `loop, parse, MatchCollection, §` `{`
  • Does file append/copy/write require admin privilege's? Am I doing something wrong?
    1 project | /r/AutoHotkey | 6 Jul 2022
  • How do i include libraries in compiled scripts?
    1 project | /r/AutoHotkey | 26 Jun 2022
    i am using tf (https://github.com/hi5/TF). Its a text editing library.
  • A note from our sponsor - InfluxDB
    influxdata.com | 25 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic TF repo stats
3
143
10.0
over 4 years ago

hi5/TF is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of TF is AutoHotkey.


Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com