Find file in fortrangoingonforty/facsimile@d988cda318f859c2127c693a5503ff84c23b00cc
- .dotfile
- .fac/backups/.backup-metadata.json
- .fac/workspace.json
- .gitignore
- BOOKMARKS.md
- BUILD_PARITY.md
- CLEANUP_SUMMARY.md
- COMPILER_WARNINGS_AUDIT.md
- Makefile
- PANE-PLAN.md
- PHASE7_COMPLETE.md
- README.md
- RELEASE.md
- TABS_IMPLEMENTATION.md
- TARGET.md
- UTF8_MIGRATION.md
- VERSION
- WORKSPACE-FLOW.md
- WORKSPACE_ROADMAP.md
- WORKSPACE_TASKS.md
- [Untitled]
- app/main.f90
- build.sh
- docs/WORKSPACE_QUICKSTART.md
- docs/WORKSPACE_VISION.md
- docs/config_spec.md
- docs/fortress_integration.md
- docs/workspace_spec.md
- fpm.toml
- run_tests.sh
- scratch/test.c
- scratch/test.go
- scratch/test.js
- scratch/test.rs
- scratch/test.sh
- scratch/test_syntax.f90
- scratch/test_syntax.py
- scratch_files/CTRL_R_AND_CURSOR_FIXES.md
- scratch_files/CTRL_R_FIX_BUFFER_SYNC.md
- scratch_files/CURSOR_POSITION_FIX.md
- scratch_files/ENTER_KEY_FEATURE.md
- scratch_files/PANE_SYNC_FIX.md
- scratch_files/README.md
- scratch_files/SEARCH_REPLACE_FIXES.md
- scratch_files/SEARCH_STATE_FIX.md
- scratch_files/UNTITLED.txt
- scratch_files/VERSION_AND_HELP_FLAGS.md
- scratch_files/ctrl_d_demo.txt
- scratch_files/cursor_test.txt
- scratch_files/demo.txt
- scratch_files/help_test.txt
- scratch_files/pane_nav_test.txt
- scratch_files/pane_test.txt
- scratch_files/quick_test.txt
- scratch_files/regex_test_examples.txt
- scratch_files/regex_test_patterns.md
- scratch_files/test.txt
- scratch_files/test_cursor_and_arrows.txt
- scratch_files/test_cursor_fixes.sh
- scratch_files/test_help_hint.txt
- scratch_files/test_help_menu.sh
- scratch_files/test_highlight.txt
- scratch_files/test_new_pane_selection.sh
- scratch_files/test_pane_navigation.sh
- scratch_files/test_panes.sh
- scratch_files/test_scrollable_help.txt
- scratch_files/test_search_replace.txt
- scratch_files/test_search_state.txt
- scratch_files/test_shift_selection.sh
- scratch_files/test_shift_selection.txt
- src/buffer/text_buffer_module.f90
- src/clipboard/clipboard_module.f90
- src/clipboard/yank_stack_module.f90
- src/commands/command_handler_module.f90
- src/commands/command_handler_module.f90.bak
- src/editor_state_module.f90
- src/fortress/filesystem/fortress_fs_module.f90
- src/fortress/fortress_navigator_module.f90
- src/fortress/ui/fortress_display_module.f90
- src/fortress/ui/welcome_menu_module.f90
- src/lsp/json_module.f90
- src/lsp/lsp_client_module.f90
- src/lsp/lsp_process_wrapper.c
- src/lsp/lsp_protocol_module.f90
- src/lsp/lsp_server_manager_module.f90
- src/syntax/syntax_highlighter_module.f90
- src/terminal/input_handler_module.f90
- src/terminal/raw_mode_module.f90
- src/terminal/renderer_module.f90
- src/terminal/terminal_io_module.f90
- src/terminal/termios_wrapper.c
- src/ui/binary_prompt_module.f90
- src/ui/completion_popup_module.f90
- src/ui/goto_prompt_module.f90
- src/ui/help_display_module.f90
- src/ui/hover_tooltip_module.f90
- src/ui/replace_prompt_module.f90
- src/ui/save_prompt_module.f90
- src/ui/search_prompt_module.f90
- src/ui/text_prompt_module.f90
- src/ui/unified_search_module.f90
- src/undo/undo_stack_module.f90
- src/utils/bracket_matching_module.f90
- src/utils/regex_module.f90
- src/utils/regex_wrapper.c
- src/utils/utf8_module.f90
- src/version_module.f90
- src/workspace/backup_module.f90
- src/workspace/config_module.f90
- src/workspace/favorites_module.f90
- src/workspace/file_tree_module.f90
- src/workspace/file_tree_renderer_module.f90
- src/workspace/git_ops_module.f90
- src/workspace/recents_module.f90
- src/workspace/workspace_module.f90
- test/integration_test.py
- test/mock_terminal_module.f90
- test/test_basic_editing.f90
- test/test_buffer_debug.f90
- test/test_buffer_only.f90
- test/test_driver_module.f90
- test/test_enhanced_features.f90
- test/test_framework.f90
- test/test_tree.f90
- test/test_utf8.f90
- test/test_utf8_integration.f90
- tests/lsp/README.md
- tests/lsp/sample.c
- tests/lsp/test_json.f90
- tests/lsp/test_lsp_init.f90